Class ActiveDirectoryDfsFolderPermissionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory distributed file system (DFS) folder permissions.
public class ActiveDirectoryDfsFolderPermissionCollection : Collection<ActiveDirectoryDfsFolderPermission>, IList<ActiveDirectoryDfsFolderPermission>, ICollection<ActiveDirectoryDfsFolderPermission>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsFolderPermission>, IReadOnlyCollection<ActiveDirectoryDfsFolderPermission>, IEnumerable<ActiveDirectoryDfsFolderPermission>, IEnumerable
- Inheritance
-
ActiveDirectoryDfsFolderPermissionCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryDfsFolderPermissionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermissionCollection class.
public ActiveDirectoryDfsFolderPermissionCollection()
Methods
ExistsByAccountName(string)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission with the specified account name exists within the collection.
public bool ExistsByAccountName(string accountName)
Parameters
accountName
stringThe account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission with the specified account name exists within the collection.
FindByAccountName(string)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission with the specified account name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission with that account name is found.
public ActiveDirectoryDfsFolderPermission FindByAccountName(string accountName)
Parameters
accountName
stringThe account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission to locate.
Returns
- ActiveDirectoryDfsFolderPermission
The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission with the specified account name.
Sort()
Sorts the items in the collection.
public void Sort()