Click or drag to resize

IReplicationExemptionExemptDirectory Method


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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool ExemptDirectory(
	DirectoryInfo dir
)

Parameters

dir  DirectoryInfo
Directory to check

Return Value

Boolean
True if the Directory is excluded from replication, false otherwise.
See Also