Class ActiveDirectoryDfsFolder
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) folder.
public class ActiveDirectoryDfsFolder : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsFolder>
- Inheritance
-
ActiveDirectoryDfsFolder
- Implements
Constructors
ActiveDirectoryDfsFolder()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder class.
public ActiveDirectoryDfsFolder()
Properties
CacheDuration
Gets or sets the cache duration in seconds.
public int CacheDuration { get; set; }
Property Value
Description
Gets or sets the description of the folder.
public string Description { get; set; }
Property Value
FolderTargets
Gets or sets the folder targets.
public ActiveDirectoryDfsFolderTargets FolderTargets { get; set; }
Property Value
Name
Gets or sets the name of the folder.
public string Name { get; set; }
Property Value
OrderingMethod
Gets or sets the ordering method.
public ActiveDirectoryDfsOrderingMethod OrderingMethod { get; set; }
Property Value
OrderingMethodSettingSource
Gets or sets the setting source for the ordering method setting.
public ActiveDirectoryDfsFolderSettingSource OrderingMethodSettingSource { get; set; }
Property Value
Path
Gets or sets the path of the folder.
public string Path { get; set; }
Property Value
Permissions
Gets or sets the permissions assigned to the folder.
public ActiveDirectoryDfsFolderPermissions Permissions { get; set; }
Property Value
State
Gets or sets the folder state.
public ActiveDirectoryDfsState State { get; set; }
Property Value
TargetFailback
Gets or sets whether clients fail back to preferred targets.
public BooleanOption TargetFailback { get; set; }
Property Value
TargetFailbackSettingSource
Gets or sets the setting source for the target failback setting.
public ActiveDirectoryDfsFolderSettingSource TargetFailbackSettingSource { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder object.
public ActiveDirectoryDfsFolder Clone()
Returns
- ActiveDirectoryDfsFolder
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder object.
CompareTo(ActiveDirectoryDfsFolder)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder objects to allow sorting alphabetically by path.
public int CompareTo(ActiveDirectoryDfsFolder other)
Parameters
other
ActiveDirectoryDfsFolderThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder objects.