<- Back to CNS Audit function list
CNSAudit_SuspendFile
- Description
Use this function to temporarly suspend, and later resume, auditing operations. You can suspend auditing to the CNS Audit Log table, the CNS Access Log table, or both. Note: This function only suspends auditing for the current file.
- Return Type
- Text
- Format
- CNSAudit_SuspendFile ( TrueOrFalse ; LogType )
- Required Parameters
- TrueOrFalse
Specify True to Disable Auditing or False to Enable Auditing.
- TrueOrFalse
- Optional Parameters
- LogType
Indicates which Log Types to Supend. Specify "AuditLog", "AccessLog" or "Both". (Default is "AuditLog".)
- LogType