Table of Contents

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

BooleanOption

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

int

Description

Gets or sets the description of the namespace.

public string Description { get; set; }

Property Value

string

Folders

Gets or sets the folders in the namespace.

public ActiveDirectoryDfsFolders Folders { get; set; }

Property Value

ActiveDirectoryDfsFolders

Name

Gets or sets the name of the namespace.

public string Name { get; set; }

Property Value

string

NamespaceType

Gets or sets the namespace type.

public ActiveDirectoryDfsNamespaceType NamespaceType { get; set; }

Property Value

ActiveDirectoryDfsNamespaceType

NamespaceTypeString

Gets the namespace type as a human readable string.

public string NamespaceTypeString { get; set; }

Property Value

string

OptimizationType

Gets or sets the optimization type for the namespace.

public ActiveDirectoryDfsNamespaceOptimizationType OptimizationType { get; set; }

Property Value

ActiveDirectoryDfsNamespaceOptimizationType

OrderingMethod

Gets or sets the ordering method.

public ActiveDirectoryDfsOrderingMethod OrderingMethod { get; set; }

Property Value

ActiveDirectoryDfsOrderingMethod

Servers

Gets or sets the servers hosting the namespace.

public ActiveDirectoryDfsServers Servers { get; set; }

Property Value

ActiveDirectoryDfsServers

State

Gets or sets the state of the namespace.

public ActiveDirectoryDfsState State { get; set; }

Property Value

ActiveDirectoryDfsState

TargetFailback

Gets or sets whether clients fail back to preferred targets.

public BooleanOption TargetFailback { get; set; }

Property Value

BooleanOption

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 ActiveDirectoryDfsNamespace

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace object to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsNamespace objects.