Click or drag to resize
DeviceProfileInfoProviderDeleteDeviceProfileInfoInternal Method
Deletes specified device info.

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 12.0.0
Syntax
C#
protected virtual void DeleteDeviceProfileInfoInternal(
	DeviceProfileInfo infoObj
)

Parameters

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