Click or drag to resize

IReplicationCleanupExemptionExemptDirectory Method


Checks whether a directory is excluded from cleanup.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ExemptDirectory(
	string relativePath,
	IEnumerable<string> exemptFiles
)

Parameters

relativePath  String
Relative path of the directory to check
exemptFiles  IEnumerableString
Collection of file that will be deleted in clean-up process

Return Value

Boolean
True if this location is excluded from cleanup, false otherwise
See Also