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)

ToggleSyntax

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);

ToggleRemarks

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: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also