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

Parameters

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