IReplicatorReplicate Method Ingeniux CMS Content Store API

Starts replication on all Replication Targets.

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

IEnumerable<IReplicationTaskMonitor> Replicate(
	bool cleanReplication,
	IEnumerable<string> pageFiles,
	IEnumerable<string> miscFiles,
	string publishingTaskId = ""
)

Parameters

cleanReplication
Type: SystemBoolean
Whether to perform a clean replication
pageFiles
Type: System.Collections.GenericIEnumerableString
Page files to replicate
miscFiles
Type: System.Collections.GenericIEnumerableString
Other files to replicate
publishingTaskId (Optional)
Type: SystemString

[Missing <param name="publishingTaskId"/> documentation for "M:Ingeniux.CMS.IReplicator.Replicate(System.Boolean,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.String)"]

Return Value

Type: IEnumerableIReplicationTaskMonitor
Collection of monitors for each Replication Target.
See Also

Reference