AccessRulesCollection Class
A collection of access rules that specify access permissions for files and folders within a file manager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return AccessRulesCollection objects:
Remarks
The AccessRulesCollection is a collection of the FileManagerFileAccessRule and FileManagerFolderAccessRule objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
An instance of the AccessRulesCollection class can be accessed via the ASPxFileManager.SettingsPermissions property.