Click or drag to resize
DeviceProfileInfoProviderGetDeviceProfileInfo Method (String)
Returns device info with specified name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static DeviceProfileInfo GetDeviceProfileInfo(
	string infoName
)

Parameters

infoName
Type: SystemString
Device info name.

Return Value

Type: DeviceProfileInfo
See Also