IMobileDeviceManagerGetDeviceByID Method Ingeniux CMS Content Store API

Gets a device by its device ID.

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

IDeviceInfo GetDeviceByID(
	string deviceId
)

Parameters

deviceId
Type: SystemString
The ID of the device from the mobile detection library.

Return Value

Type: IDeviceInfo
Device with matching ID. Returns null if this device doesn't exist.
See Also

Reference