API Reference
Class
RecycleBinState
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
- DNS forest name.
- distinguishedName System.String
- Configuration object's distinguished name.
- state System.String
- Enabled state label.
- tombstoneLifetime System.Int32
- Tombstone lifetime (days).
- deletedObjectLifetime System.Int32
- Deleted object lifetime (days).
Methods
Inherited Methods
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.