IReplicationTargetReplicate Method Ingeniux CMS Content Store API

Performs replication on this target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IReplicationTaskMonitor Replicate()

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 will be 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 the process unless a stopping error occurred.

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

See Also

Reference