Click or drag to resize

ILayoutColumnReplace Method


Replace a container Content Unit Instance with another content unit instance If both content unit instances are children of this column, this is a position swap

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Replace(
	IContentUnitInstance oldUnit,
	IContentUnitInstance newUnit
)

Parameters

oldUnit
Type: Ingeniux.CMS.PresentationIContentUnitInstance
The old unit to be replaced
newUnit
Type: Ingeniux.CMS.PresentationIContentUnitInstance
The new unit that will take the place of the old unit
See Also