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

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

Declaration

public class AccessRulesCollection :
    Collection<FileManagerAccessRuleBase>

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.

See Also