Click or drag to resize

IMobileDeviceManagerDeviceBundle Method


Gets a device bundle by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IDeviceBundle DeviceBundle(
	string name
)

Parameters

name  String
Name of the DeviceBundle to retrieve

Return Value

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