IDocumentManagerGetName Method |  |
Gets the name of a document.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxstring GetName(
Document document
)
Parameters
- document Document
- The Document which name shall be returned.
Return Value
StringA name of the document.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if document doesn't exist in the configuration or is not permitted to caller.
|
See Also