IMobileDeviceManagerAddDeviceBundle Method Ingeniux CMS Content Store API

Adds a new device bundle to the collection.

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

IDeviceBundle AddDeviceBundle(
	string name,
	IDeviceInfo representativeDevice = null
)

Parameters

name
Type: SystemString
Name of new device bundle to add
representativeDevice (Optional)
Type: Ingeniux.CMSIDeviceInfo
The device bundle's representative device.

Return Value

Type: IDeviceBundle
Newly created device bundle.
Remarks

The returned object is not yet stored in the content store.

The new device bundle only has the representative device. It doesn't have any other device in its collection.

See Also

Reference