A UTC date/time value representing the earliest DateLastModified property value that an indexed object can have and not be possibly stale in the index. If the ResyncModificationDate property is set, any CBR-enabled object that is present in the index and whose DateLastModified property value is later than the value of the ResyncModificationDate property will be reindexed.

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

ToggleSyntax

Visual Basic (Declaration)
Property ResyncModificationDate As Nullable(Of DateTime)
C#
Nullable<DateTime> ResyncModificationDate { get; set; }
Visual C++
property Nullable<DateTime> ResyncModificationDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
JavaScript
function get_resyncModificationDate();
function set_resyncModificationDate(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DATE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ

ToggleSee Also