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.308
Syntax void Replace(
IContentUnitInstance oldUnit,
IContentUnitInstance newUnit
)
Sub Replace (
oldUnit As IContentUnitInstance,
newUnit As IContentUnitInstance
)
void Replace(
IContentUnitInstance^ oldUnit,
IContentUnitInstance^ newUnit
)
abstract Replace :
oldUnit : IContentUnitInstance *
newUnit : IContentUnitInstance -> unit
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