aspnet-devexpress-dot-web-bbec3489.md
A collection of access rules that specify access permissions for files and folders within a file manager.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class AccessRulesCollection :
Collection<FileManagerAccessRuleBase>
Public Class AccessRulesCollection
Inherits Collection(Of FileManagerAccessRuleBase)
The following members return AccessRulesCollection objects:
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.
DevExpress.Utils.IAssignableCollection
IList<FileManagerAccessRuleBase>
ICollection<FileManagerAccessRuleBase>
IEnumerable<FileManagerAccessRuleBase>
Object StateManagedCollectionBase Collection Collection<FileManagerAccessRuleBase> AccessRulesCollection
See Also