IPublishingTaskSyncDoneFilename Property
|
Gets the "synchronization/replication done" marker file name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string SyncDoneFilename { get; }
ReadOnly Property SyncDoneFilename As String
Get
property String^ SyncDoneFilename {
String^ get ();
}
abstract SyncDoneFilename : string with get
Property Value
Type:
StringRemarks This property is for compatibility of external synchronization framework only; it will always return "synchdone.lck".
See Also