If the AllowRetentionReduction property is set to true, you can use RetentionDurationUpdate to reduce retention. Set this property to a negative value along with the applicable units in the RetentionPeriodUnits property. The server reduces the current retention date by the amount specified in this property.
If the SpecificRetentionDate property is set, the RetentionDurationUpdate property and the BaseDatePropertyName property cannot be set (and vice-versa).
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RetentionDurationUpdate As Nullable(Of Integer) |
C# |
---|
Nullable<int> RetentionDurationUpdate { get; set; } |
Visual C++ |
---|
property Nullable<int> RetentionDurationUpdate { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_retentionDurationUpdate(); function set_retentionDurationUpdate(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ