Click or drag to resize

IDocumentManagerGetHtmlDocumentInfoList Method

Returns a list of information for HTML documents.

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

Return Value

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