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.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IContentUnitInstance
- The old unit to be replaced
- newUnit IContentUnitInstance
- The new unit that will take the place of the old unit
See Also