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