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

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

Parameters

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