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

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

Parameters

infoName
Type: System.String
Device info name.

Return Value

Type: DeviceProfileInfo
See Also