| IAuditTrailSettingsArchiveDirectory Property  | 
        
        
          
         
            Gets and sets the directory to archive.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
 Syntax
Syntaxstring ArchiveDirectory { get; set; }Property ArchiveDirectory As String
	Get
	Set
property String^ ArchiveDirectory {
	String^ get ();
	void set (String^ value);
}abstract ArchiveDirectory : string with get, set
Property Value
Type: 
String Exceptions
Exceptions| Exception | Condition | 
|---|
| IOException | Directory to set to the property is empty or doesn't exist. | 
 Remarks
RemarksWhen value of the setter is empty or doesn't exist as a directory, it throws 
IOException See Also
See Also