Click or drag to resize

IDocumentManagerGetMapDocumentInfoList Method

Returns a list of information for map documents.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IList<DocumentInfo> GetMapDocumentInfoList()

Return Value

IListDocumentInfo
A list of DocumentInfo objects for all documents of type Map. An empty list if map document doesn't exist. A reduced list if the user doesn't have a permission to access a map document.
See Also