Click or drag to resize

IDocumentManagerGetName Method

Gets the name of a document.

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

Parameters

document  Document
The Document which name shall be returned.

Return Value

String
A name of the document.
Exceptions
ExceptionCondition
SdkException Thrown if document doesn't exist in the configuration or is not permitted to caller.
See Also