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