IMobileDeviceManagerGetDeviceCandidates Method Ingeniux CMS Content Store API

Lists all devices included in the mobile detection library, that contains any of the provided keywords

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

IEnumerable<IDeviceInfo> GetDeviceCandidates(
	string keywords,
	string[] excludeIds
)

Parameters

keywords
Type: SystemString

[Missing <param name="keywords"/> documentation for "M:Ingeniux.CMS.IMobileDeviceManager.GetDeviceCandidates(System.String,System.String[])"]

excludeIds
Type: SystemString

[Missing <param name="excludeIds"/> documentation for "M:Ingeniux.CMS.IMobileDeviceManager.GetDeviceCandidates(System.String,System.String[])"]

Return Value

Type: IEnumerableIDeviceInfo
Collection of devices.
See Also

Reference