IDocumentManagerGetDocumentById Method |  |
Gets a document by its id.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxDocument 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