Click or drag to resize
DeviceProfileInfoProviderGetDeviceProfileInfoInternal Method (Int32)
Returns device info with specified ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DeviceProfileInfo GetDeviceProfileInfoInternal(
	int infoId
)

Parameters

infoId
Type: SystemInt32
Device info ID.

Return Value

Type: DeviceProfileInfo
See Also