Class ActiveDirectoryDfsNamespace
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) namespace.
public class ActiveDirectoryDfsNamespace : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsNamespace>
- Inheritance
-
ActiveDirectoryDfsNamespace
- Implements
Constructors
ActiveDirectoryDfsNamespace()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace class.
public ActiveDirectoryDfsNamespace()
Properties
AccessBasedEnumeration
Gets or sets whether access based enumeration is enabled for the namespace.
public BooleanOption AccessBasedEnumeration { get; set; }
Property Value
Administrators
Gets or sets the accounts that have been deleted management permissions.
public SerializableStringCollection Administrators { get; set; }
Property Value
- SerializableStringCollection
CacheDuration
Gets or sets the cache duration in seconds.
public int CacheDuration { get; set; }
Property Value
Description
Gets or sets the description of the namespace.
public string Description { get; set; }
Property Value
Folders
Gets or sets the folders in the namespace.
public ActiveDirectoryDfsFolders Folders { get; set; }
Property Value
Name
Gets or sets the name of the namespace.
public string Name { get; set; }
Property Value
NamespaceType
Gets or sets the namespace type.
public ActiveDirectoryDfsNamespaceType NamespaceType { get; set; }
Property Value
NamespaceTypeString
Gets the namespace type as a human readable string.
public string NamespaceTypeString { get; set; }
Property Value
OptimizationType
Gets or sets the optimization type for the namespace.
public ActiveDirectoryDfsNamespaceOptimizationType OptimizationType { get; set; }
Property Value
OrderingMethod
Gets or sets the ordering method.
public ActiveDirectoryDfsOrderingMethod OrderingMethod { get; set; }
Property Value
Servers
Gets or sets the servers hosting the namespace.
public ActiveDirectoryDfsServers Servers { get; set; }
Property Value
State
Gets or sets the state of the namespace.
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
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace object.
public ActiveDirectoryDfsNamespace Clone()
Returns
- ActiveDirectoryDfsNamespace
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace object.
CompareTo(ActiveDirectoryDfsNamespace)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace objects to allow sorting alphabetically by name.
public int CompareTo(ActiveDirectoryDfsNamespace other)
Parameters
other
ActiveDirectoryDfsNamespaceThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace objects.