Skip to main content

SpreadsheetDocumentSelectorSettings.PermissionSettings Property

Provides access to permission settings that relate to the FileManager used within some built-in dialogs dialog.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public FileManagerSettingsPermissions PermissionSettings { get; }

#Property Value

Type Description
FileManagerSettingsPermissions

An FileManagerSettingsPermissions object containing settings.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to PermissionSettings
ASP.NET MVC Extensions SpreadsheetSettings
.SettingsDocumentSelector .PermissionSettings
ASP.NET Web Forms Controls ASPxSpreadsheet
.SettingsDocumentSelector .PermissionSettings

#Remarks

The Document Selector dialog allows you to define access permissions for folders and files, using a set of folder/file access rules (see the file manager’s FileManagerSettingsPermissions.AccessRules collection). Any created role can be enforced on the ASPxFileManager, via its FileManagerSettingsPermissions.Role property.

See Also