Click or drag to resize
DeviceProfileLayoutInfoProviderSetDeviceProfileLayoutInfoInternal Method
Sets (updates or inserts) 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 SetDeviceProfileLayoutInfoInternal(
	DeviceProfileLayoutInfo binding
)

Parameters

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