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