Click or drag to resize

IAuditTrailManager Interface

Interface provides access to configuration change Audit Trail management. Currently supports export of Audit Trail data through Server scriptlet only.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface IAuditTrailManager

The IAuditTrailManager type exposes the following members.

Methods
 NameDescription
Public methodExportAuditTrailEntriesToCsvFile Exports all configuration change Audit Trail within selected time frame to a CSV file (or several CSV files if necessary).

Note: The current implementation of this method should only be used in sever scripts.

Top
See Also