TestimoX

API Reference

Class

RecycleBinState

Namespace ADPlayground.Forests.RecycleBinAnalyzer
Assembly ADPlayground
Implements
IEquatable<RecycleBinState>
Modifiers sealed

Forest recycle bin state and lifetime values.

Inheritance

  • Object
  • RecycleBinState

Constructors

public RecycleBinState(String forestName, String distinguishedName, String state, Int32 tombstoneLifetime, Int32 deletedObjectLifetime) #

Creates a new recycle bin state descriptor.

Parameters

forestName System.String requiredposition: 0
DNS forest name.
distinguishedName System.String requiredposition: 1
Configuration object's distinguished name.
state System.String requiredposition: 2
Enabled state label.
tombstoneLifetime System.Int32 requiredposition: 3
Tombstone lifetime (days).
deletedObjectLifetime System.Int32 requiredposition: 4
Deleted object lifetime (days).

Methods

public RecycleBinState <Clone>$() #
Returns: RecycleBinState
public virtual Boolean Equals(RecycleBinState other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String ForestName { get; set; } #

DNS forest name.

public String DistinguishedName { get; set; } #

Distinguished name of the recycle bin configuration object.

public String State { get; set; } #

Enabled state label (e.g., Enabled/Unknown).

public Int32 TombstoneLifetime { get; set; } #

Tombstone lifetime in days.

public Int32 DeletedObjectLifetime { get; set; } #

Deleted object lifetime (msDS-DeletedObjectLifetime) in days.