Click or drag to resize

IReplicationTargetSetExclusiveReplicateItems Method


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: 10.6.492
Syntax
void SetExclusiveReplicateItems(
	IEnumerable<string> filesToReplicate
)

Parameters

filesToReplicate  IEnumerableString
The exclusive list of files to be replicated.
See Also