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.

This property is maintained for compatibility with earlier versions and is automatically populated by the server with the same value as the document’s CmRetentionDate property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ContentRetentionDate As Nullable(Of DateTime)
C#
Nullable<DateTime> ContentRetentionDate { get; }
Visual C++
property Nullable<DateTime> ContentRetentionDate {
	Nullable<DateTime> get ();
}
JavaScript
function get_contentRetentionDate();

ToggleRemarks

ToggleSee Also