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.5.94
Syntaxbool ExemptDirectory(
	DirectoryInfo dir
)
Function ExemptDirectory ( 
	dir As DirectoryInfo
) As Boolean
bool ExemptDirectory(
	DirectoryInfo^ dir
)
abstract ExemptDirectory : 
        dir : DirectoryInfo -> bool 
Parameters
- dir
 - Type: System.IODirectoryInfo
Directory to check 
Return Value
Type: 
BooleanTrue if the 
Directory is excluded from replication, false otherwise.
See Also