IAuditTrailSettingsArchiveDirectory Property
|
Gets and sets the directory to archive.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string 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:
StringExceptions Exception | Condition |
---|
IOException | Directory to set to the property is empty or doesn't exist. |
Remarks When value of the setter is empty or doesn't exist as a directory, it throws
IOExceptionSee Also