Back to Devexpress

AccessRulesCollection Class

aspnet-devexpress-dot-web-bbec3489.md

latest3.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class AccessRulesCollection :
    Collection<FileManagerAccessRuleBase>
vb
Public Class AccessRulesCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<FileManagerAccessRuleBase>

ICollection<FileManagerAccessRuleBase>

IEnumerable<FileManagerAccessRuleBase>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<FileManagerAccessRuleBase> AccessRulesCollection

See Also

AccessRulesCollection Members

Access Rules

File Manager

DevExpress.Web Namespace