MetadataWriterClearAudit Method |
Clear the audit for the specified ModuleKey.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void ClearAudit(
string moduleKey
)
Public Sub ClearAudit (
moduleKey As String
)
Parameters
- moduleKey
- Type: SystemString
The module key for which to clear the audit.
See Also