The date and time at which the batch of content IDs is considered expired and the associated content abandoned.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also