Click or drag to resize

IReplicationCleanupExemptionExemptFile Method


Checks whether a file is excluded from cleanup.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ExemptFile(
	string relativePath
)

Parameters

relativePath  String
Relative path of the file to check

Return Value

Boolean
True if the file is excluded from cleanup, false otherwise.
See Also