The retention expiration date and time that is applied to the class instances selected by this retention update policy or
retention update job. If the RetentionDurationUpdate property or the BaseDatePropertyName property is set,
the SpecificRetentionDate property cannot be set (and vice-versa).
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)
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); |