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.v20.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 Controls and MVC Extensions ASPxSpreadsheet
.SettingsDocumentSelector .PermissionSettings
ASP.NET MVC Extensions 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