Click or drag to resize

IReplicationTargetCleanReplicate Method


Performs a replication that removes all Files from the replication destination that no longer exist in the Publishing Target Folder.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IReplicationTaskMonitor CleanReplicate()

Return Value

Type: IReplicationTaskMonitor
The Monitor object to track the status of replication
Remarks

Replication generates two logs: the execution log and the completion log.

Execution logs are placed at App_Data/pub/__Replication__/[publishing target folder]/logs. All replication targets of the Replicator are placed in one log file.

Completion logs are places at App_Data/pub/__Replication__/Logs. This log is in XML format. Each replication target has its own log file.

Replication logs any errors that occurred when replicating individual items and continues this process unless a stopping error occurred.

Stopping errors are critical errors that halt replication. They are tracked in both logs

See Also