IReplicationExemptionExemptFile Method
|
Checks whether a
File is excluded from replication in this location.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool ExemptFile(
FileInfo file
)
Function ExemptFile (
file As FileInfo
) As Boolean
bool ExemptFile(
FileInfo^ file
)
abstract ExemptFile :
file : FileInfo -> bool Parameters
- file FileInfo
- File to check
Return Value
BooleanTrue if the
File is excluded from replication, false otherwise.
See Also