IMobileDeviceManagerDeviceBundle Method Ingeniux CMS Content Store API

Gets a device bundle by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IDeviceBundle DeviceBundle(
	string name
)

Parameters

name
Type: SystemString
Name of the DeviceBundle to retrieve

Return Value

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

Reference