Click or drag to resize
DeviceProfileLayoutInfoProviderDeleteDeviceProfileLayoutInfoInternal Method
Deletes the specified binding between two layouts.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteDeviceProfileLayoutInfoInternal(
	DeviceProfileLayoutInfo binding
)

Parameters

binding
Type: CMS.PortalEngineDeviceProfileLayoutInfo
The binding to delete.
See Also