Click or drag to resize
DeviceProfileInfoProviderSetDeviceProfileInfo Method
Sets (updates or inserts) specified device info.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetDeviceProfileInfo(
	DeviceProfileInfo infoObj
)

Parameters

infoObj
Type: CMS.PortalEngineDeviceProfileInfo
Device info to be set.
See Also