TestimoX

API Reference

Class

RecycleBinLifetimeReader

Namespace ADPlayground
Assembly ADPlayground

Reads tombstone and deleted object lifetime settings from Active Directory.

Inheritance

  • Object
  • RecycleBinLifetimeReader

Constructors

public RecycleBinLifetimeReader(Func<String, ValueTuple<String, Nullable<Int32>, Nullable<Int32>>> fetch = null) #

Initializes a new instance of the RecycleBinLifetimeReader class.

Parameters

fetch System.Func{System.String,System.ValueTuple{System.String,System.Nullable{System.Int32},System.Nullable{System.Int32}}} = null optionalposition: 0
Delegate used to retrieve lifetime data.

Methods

public DeletedObjectLifetime GetDeletedObjectLifetime(String forestName = null) #
Returns: DeletedObjectLifetime

Retrieves lifetime settings for the specified forest.

Parameters

forestName System.String = null optionalposition: 0
Optional forest name. Current forest is used when omitted.

Returns

Lifetime information.