Click or drag to resize

ILogbook Interface

The interface ILogbook gives access to the system logbook of the video management system.

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

The ILogbook type exposes the following members.

Methods
 NameDescription
Public methodExportLogbookEntriesToCsvFile Exports all logbook entries matching the specified search criteria to a CSV file (or several CSV files if necessary).

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

Public methodWrite Writes a message (up to 1000 characters) into the logbook.
Top
See Also