Class ActiveDirectoryDfsFolderPermission
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) folder permission.
public class ActiveDirectoryDfsFolderPermission : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsFolderPermission>
- Inheritance
-
ActiveDirectoryDfsFolderPermission
- Implements
Constructors
ActiveDirectoryDfsFolderPermission()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission class.
public ActiveDirectoryDfsFolderPermission()
Properties
AccountName
Gets or sets the account name to which the permission applies.
public string AccountName { get; set; }
Property Value
PermissionType
Gets or sets the permission type - "Allow" or "Deny".
public ActiveDirectoryDfsFolderPermissionType PermissionType { get; set; }
Property Value
Rights
Gets or sets the permission rights.
public ActiveDirectoryDfsFolderPermissionRights Rights { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission object.
public ActiveDirectoryDfsFolderPermission Clone()
Returns
- ActiveDirectoryDfsFolderPermission
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission object.
CompareTo(ActiveDirectoryDfsFolderPermission)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission objects to allow sorting alphabetically by account name.
public int CompareTo(ActiveDirectoryDfsFolderPermission other)
Parameters
other
ActiveDirectoryDfsFolderPermissionThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolderPermission objects.
ToString()
Returns the permission as a human readable string.
public override string ToString()
Returns
- string
The permission as a human readable string.