Table of Contents

Class ActiveDirectoryDfsReplicationMembership

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory distributed file system (DFS) replication group membership.

public class ActiveDirectoryDfsReplicationMembership : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsReplicationMembership>
Inheritance
ActiveDirectoryDfsReplicationMembership
Implements

Constructors

ActiveDirectoryDfsReplicationMembership()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership class.

public ActiveDirectoryDfsReplicationMembership()

Properties

ConflictDeletedPath

Gets or sets the conflict and deleted path.

public string ConflictDeletedPath { get; set; }

Property Value

string

ConflictDeletedQuota

Gets or sets the conflict and deleted quota in megabytes.

public long ConflictDeletedQuota { get; set; }

Property Value

long

DisplayName

Gets or sets the display name of the membership.

public string DisplayName { get; set; }

Property Value

string

FolderName

Gets or sets the name of the folder being replicated.

public string FolderName { get; set; }

Property Value

string

Identifier

Gets or sets the identifier of the replication group membership.

public Guid Identifier { get; set; }

Property Value

Guid

IsEnabled

Gets or sets whether the membership is enabled.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

IsPrimaryMember

Gets or sets whether this is the primary member.

public BooleanOption IsPrimaryMember { get; set; }

Property Value

BooleanOption

IsReadOnly

Gets or sets whether the membership is read-only.

public BooleanOption IsReadOnly { get; set; }

Property Value

BooleanOption

LocalPath

Gets or sets the local content path.

public string LocalPath { get; set; }

Property Value

string

LocalPathString

Gets the local content path.

public string LocalPathString { get; set; }

Property Value

string

MemberIdentifier

Gets or sets the unique identifier of the replication group member.

public Guid MemberIdentifier { get; set; }

Property Value

Guid

MemberName

Gets or sets the NetBIOS name of the replication group member.

public string MemberName { get; set; }

Property Value

string

MinimumFileStagingSize

Gets or sets the minimum file staging size.

public ActiveDirectoryDfsReplicationMinimumFileStagingSize MinimumFileStagingSize { get; set; }

Property Value

ActiveDirectoryDfsReplicationMinimumFileStagingSize

MoveDeletedFiles

Gets or sets whether to move deleted files to the conflict and deleted folder.

public BooleanOption MoveDeletedFiles { get; set; }

Property Value

BooleanOption

NamespacePath

Gets or sets the namespace path for the membership.

public string NamespacePath { get; set; }

Property Value

string

StagingPath

Gets or sets the staging path.

public string StagingPath { get; set; }

Property Value

string

StagingQuota

Gets or sets the staging quota in megabytes.

public long StagingQuota { get; set; }

Property Value

long

State

Gets or sets the state of the replication group membership.

public ActiveDirectoryDfsReplicationState State { get; set; }

Property Value

ActiveDirectoryDfsReplicationState

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership object.

public ActiveDirectoryDfsReplicationMembership Clone()

Returns

ActiveDirectoryDfsReplicationMembership

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership object.

CompareTo(ActiveDirectoryDfsReplicationMembership)

Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMembership objects to allow sorting alphabetically by folder name.

public int CompareTo(ActiveDirectoryDfsReplicationMembership other)

Parameters

other ActiveDirectoryDfsReplicationMembership

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

Returns

int

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

ToString()

Returns the folder name.

public override string ToString()

Returns

string

The folder name.