Click or drag to resize

IReplicationTargetSetRemoveItems Method


Sets the files to be removed.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void SetRemoveItems(
	IEnumerable<string> filesToRemove
)

Parameters

filesToRemove  IEnumerableString
The list of files to be removed.
Remarks
Used for removal of recently unmarked DITAVAL files.
See Also