Click or drag to resize

IDocumentManager Interface

Summary description for IDocumentManager.

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

The IDocumentManager type exposes the following members.

Methods
 NameDescription
Public methodGetDocumentById Gets a document by its id.
Public methodGetDocumentByName Gets a document by its name.
Public methodGetDocumentInfoList Returns a list of information for all documents.
Public methodGetHtmlDocumentInfoList Returns a list of information for HTML documents.
Public methodGetMapDocumentInfoList Returns a list of information for map documents.
Public methodGetMapViewportDocumentInfoList Returns a list of information for map viewports.
Public methodGetName Gets the name of a document.
Top
See Also