Click or drag to resize

IAuditTrailSettingsArchiveDirectory Property


Gets and sets the directory to archive.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string ArchiveDirectory { get; set; }

Property Value

String
Exceptions
ExceptionCondition
IOExceptionDirectory 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 IOException
See Also