SpreadsheetDocumentSelectorSettings.PermissionSettings Property
In This Article
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 |
---|---|
File |
An File |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Permission |
---|---|---|
ASP. |
Spreadsheet |
|
ASP. |
ASPx |
|
#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