IReplicationCleanupExemptionExemptDirectory Method
|
Checks whether a directory is excluded from cleanup.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool ExemptDirectory(
string relativePath,
IEnumerable<string> exemptFiles
)
Function ExemptDirectory (
relativePath As String,
exemptFiles As IEnumerable(Of String)
) As Boolean
bool ExemptDirectory(
String^ relativePath,
IEnumerable<String^>^ exemptFiles
)
abstract ExemptDirectory :
relativePath : string *
exemptFiles : IEnumerable<string> -> bool
Parameters
- relativePath
- Type: SystemString
Relative path of the directory to check - exemptFiles
- Type: System.Collections.GenericIEnumerableString
Collection of file that will be deleted in clean-up process
Return Value
Type:
BooleanTrue if this location is excluded from cleanup, false otherwise.s
See Also