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

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

Parameters

infoName
Type: SystemString
Device info name.

Return Value

Type: DeviceProfileInfo
See Also