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