Click or drag to resize

IDocumentManagerGetDocumentByName Method

Gets a document by its name.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Document GetDocumentByName(
	string name
)

Parameters

name  String
Name of a document.

Return Value

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