Specifies the date until which this checked-in document must be retained, as determined by the content storage subsystem. This document can be deleted only after this date has passed.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ContentRetentionDate As Nullable(Of Date)
C#
Nullable<DateTime> ContentRetentionDate { get; }
C++
property Nullable<DateTime> ContentRetentionDate abstract  {
    Nullable<DateTime> get();
}
J#
/** property */
public Nullable<DateTime> get_ContentRetentionDate();
JScript
public function get ContentRetentionDate() : Nullable<DateTime>

Remarks

See Also