Click or drag to resize

IMobileDeviceManagerItem Property


Gets an device bundle by its name.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IDeviceBundle this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the device to retrieve

Return Value

Type: IDeviceBundle
Device bundle with matching name. Returns null if name doesn't exist.
See Also