IFileReplicationTargetChangeDetectionOnContent Property
|
Gets/sets a true or false value indicating whether to compare file content before replication.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool ChangeDetectionOnContent { get; set; }
Property ChangeDetectionOnContent As Boolean
Get
Set
property bool ChangeDetectionOnContent {
bool get ();
void set (bool value);
}
abstract ChangeDetectionOnContent : bool with get, set
Property Value
Type:
BooleanRemarks While this will make change detection more accurate, it is also a lot slower and consumes more CPU power.
See Also