IMobileDeviceManagerGetCandidatesForDeviceBundle Method Ingeniux CMS Content Store API

Gets the collection of devices that can be added to a given bundle.

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

IEnumerable<IDeviceInfo> GetCandidatesForDeviceBundle(
	IDeviceBundle bundle
)

Parameters

bundle
Type: Ingeniux.CMSIDeviceBundle
Device bundle to check

Return Value

Type: IEnumerableIDeviceInfo
Collection of devices not yet included in the bundle.
Remarks

Only devices whose manufacturer and screen sizes match those of the bundle's representative device can listed.
See Also

Reference