If the AllowRetentionReduction is set to true, you can use SpecificRetentionDate to reduce retention. Set this property to a value that is nearer to the current date than the value that is set on the CmRetentionDate property of the retainable objects.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SpecificRetentionDate As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> SpecificRetentionDate { get; set; } |
| Visual C++ |
|---|
property Nullable<DateTime> SpecificRetentionDate { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| JavaScript |
|---|
function get_specificRetentionDate(); function set_specificRetentionDate(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DATE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ