Table of Contents

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

int

Description

Gets or sets the description of the folder.

public string Description { get; set; }

Property Value

string

FolderTargets

Gets or sets the folder targets.

public ActiveDirectoryDfsFolderTargets FolderTargets { get; set; }

Property Value

ActiveDirectoryDfsFolderTargets

Name

Gets or sets the name of the folder.

public string Name { get; set; }

Property Value

string

OrderingMethod

Gets or sets the ordering method.

public ActiveDirectoryDfsOrderingMethod OrderingMethod { get; set; }

Property Value

ActiveDirectoryDfsOrderingMethod

OrderingMethodSettingSource

Gets or sets the setting source for the ordering method setting.

public ActiveDirectoryDfsFolderSettingSource OrderingMethodSettingSource { get; set; }

Property Value

ActiveDirectoryDfsFolderSettingSource

Path

Gets or sets the path of the folder.

public string Path { get; set; }

Property Value

string

Permissions

Gets or sets the permissions assigned to the folder.

public ActiveDirectoryDfsFolderPermissions Permissions { get; set; }

Property Value

ActiveDirectoryDfsFolderPermissions

State

Gets or sets the folder state.

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

TargetFailbackSettingSource

Gets or sets the setting source for the target failback setting.

public ActiveDirectoryDfsFolderSettingSource TargetFailbackSettingSource { get; set; }

Property Value

ActiveDirectoryDfsFolderSettingSource

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 ActiveDirectoryDfsFolder

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

Returns

int

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