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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual DeviceProfileInfo GetDeviceProfileInfoInternal(
	string infoName
)

Parameters

infoName
Type: SystemString
Device info name.

Return Value

Type: DeviceProfileInfo
See Also