Click or drag to resize
DeviceProfileInfoProviderDeleteDeviceProfileInfo Method (Int32)
Deletes device info with specified ID.

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 12.0.0
Syntax
C#
public static void DeleteDeviceProfileInfo(
	int infoId
)

Parameters

infoId
Type: SystemInt32
Device info ID.
See Also