Click or drag to resize

IDocumentManagerGetDocumentById Method

Gets a document by its id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Document GetDocumentById(
	Guid id
)

Parameters

id  Guid
The id of a document.

Return Value

Document
The Document for the given instance id. Null-Document (see IsNull) if the user doesn't have a permission to access the document or the document doesn't exist.
See Also