IStorageManagerGetStorageByName Method |  |
Retrieves storage handle by name.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxStorage GetStorageByName(
string name
)
Parameters
- name String
- Device name.
Return Value
Storage
Storage handle if entity with specified name exists in the configuration.
Otherwise, when logical tree permission missing or device does not exist, null-handle (
IsNull) is returned.
See Also