Gets the collection of
devices that can be added to a given
bundle.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
IEnumerable<IDeviceInfo> GetCandidatesForDeviceBundle(
IDeviceBundle bundle
)
Function GetCandidatesForDeviceBundle (
bundle As IDeviceBundle
) As IEnumerable(Of IDeviceInfo)
IEnumerable<IDeviceInfo^>^ GetCandidatesForDeviceBundle(
IDeviceBundle^ bundle
)
abstract GetCandidatesForDeviceBundle :
bundle : IDeviceBundle -> IEnumerable<IDeviceInfo>
Parameters
- bundle
- Type: Ingeniux.CMSIDeviceBundle
Device bundle to check
Return Value
Type:
IEnumerableIDeviceInfoCollection of devices not yet included in the
bundle.
Only
devices whose manufacturer and screen sizes match those of the bundle's
representative device
can listed.
Reference