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.6.492
Syntax
void Replace(
	IContentUnitInstance oldUnit,
	IContentUnitInstance newUnit
)

Parameters

oldUnit  IContentUnitInstance
The old unit to be replaced
newUnit  IContentUnitInstance
The new unit that will take the place of the old unit
See Also