IDeviceInfoCanBundleWith Method Ingeniux CMS Content Store API

Checks if this device can be put into the same DeviceBundle as another specified device.

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

bool CanBundleWith(
	IDeviceInfo device
)

Parameters

device
Type: Ingeniux.CMSIDeviceInfo
The device with which to check DeviceBundle compatability.

Return Value

Type: Boolean
True if this device can be in the sameDeviceBundle with specified device, false otherwise.
Remarks

Only device-browser combinations with same manufacturer and same screen sizes can be bundled together.
See Also

Reference