IReplicationTargetSetExclusiveReplicateItems Method Ingeniux CMS Content Store API

Sets the files to be replicated, besides the Additional Locations. Once this method is called, these are the only files from the Publishing Target Folder that will be replicated.

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

void SetExclusiveReplicateItems(
	IEnumerable<string> filesToReplicate
)

Parameters

filesToReplicate
Type: System.Collections.GenericIEnumerableString
The exclusive list of files to be replicated.
See Also

Reference