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

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

Parameters

infoId
Type: SystemInt32
Device info ID.
See Also