API Reference
Class
RecycleBinLifetimeReader
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
- Delegate used to retrieve lifetime data.
Methods
public DeletedObjectLifetime GetDeletedObjectLifetime(String forestName = null) #Returns:
DeletedObjectLifetimeRetrieves lifetime settings for the specified forest.
Parameters
- forestName System.String = null
- Optional forest name. Current forest is used when omitted.
Returns
Lifetime information.