IReplicationCleanupExemptionExemptFile Method
|
Checks whether a file is excluded from cleanup.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool ExemptFile(
string relativePath
)
Function ExemptFile (
relativePath As String
) As Boolean
bool ExemptFile(
String^ relativePath
)
abstract ExemptFile :
relativePath : string -> bool Parameters
- relativePath String
- Relative path of the file to check
Return Value
BooleanTrue if the file is excluded from cleanup, false otherwise.
See Also