IReplicationExemptionExemptFile Method Ingeniux CMS Content Store API

Checks whether a File is excluded from replication in this location.

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

bool ExemptFile(
	FileInfo file
)

Parameters

file
Type: System.IOFileInfo
File to check

Return Value

Type: Boolean
True if the File is excluded from replication, false otherwise.
See Also

Reference