Table of Contents

Class ActiveDirectoryRecycleBinSettings

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

Represents information relating to a Microsoft Active Directory recycle bin.

public class ActiveDirectoryRecycleBinSettings : BypassSection
Inheritance
ActiveDirectoryRecycleBinSettings
Inherited Members

Constructors

ActiveDirectoryRecycleBinSettings()

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

public ActiveDirectoryRecycleBinSettings()

Properties

DeletedObjectLifetime

Gets or sets the deleted object lifetime in days.

public int DeletedObjectLifetime { get; set; }

Property Value

int

DeletedObjectLifetimeString

Gets the deleted object lifetime as a human readable string.

public string DeletedObjectLifetimeString { get; set; }

Property Value

string

Enabled

Gets or sets whether the recycle bin feature is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

TombstoneLifetime

Gets or sets the tombstone lifetime in days.

public int TombstoneLifetime { get; set; }

Property Value

int

TombstoneLifetimeString

Gets the tombstone lifetime as a human readable string.

public string TombstoneLifetimeString { get; set; }

Property Value

string

Methods

Clone()

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

public ActiveDirectoryRecycleBinSettings Clone()

Returns

ActiveDirectoryRecycleBinSettings

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

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryRecycleBinSettings class from the specified XML.

public static ActiveDirectoryRecycleBinSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryRecycleBinSettings

A CENTREL.XIA.Configuration.Types.ActiveDirectoryRecycleBinSettings class.

ToString()

Returns the recycle bin settings as a human readable string.

public override string ToString()

Returns

string

The recycle bin settings as a human readable string.