Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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:

Object Type Path to PermissionSettings
ASPxSpreadsheet
.SettingsDocumentSelector.PermissionSettings
MVCxSpreadsheet
.SettingsDocumentSelector.PermissionSettings
SpreadsheetSettings
.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