IDeviceBundleDevices Method Ingeniux CMS Content Store API

Retrieves the collection of devices included in this bundle, in a paginated format.

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

IEnumerable<IDeviceInfo> Devices()

Return Value

Type: IEnumerableIDeviceInfo
Collection of devices in this bundle.
Remarks

A bundle must contain at least one device.
See Also

Reference