Click or drag to resize

IStorageManagerGetStorageInfoList Method

Gets information about all storages.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IList<DeviceInfo<Storage>> GetStorageInfoList()

Return Value

IListDeviceInfoStorage
A list of DeviceInfoT objects, each one describing a storage that the user's group may see (as defined by device permissions).
See Also