IReplicationCleanupExemptionExemptFile Method Ingeniux CMS Content Store API

Checks whether a file is excluded from cleanup.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool ExemptFile(
	string relativePath
)

Parameters

relativePath
Type: SystemString
Relative path of the file to check

Return Value

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

Reference