ILayoutColumnAdd Method (IContentUnit, Int32)
|
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Add(
IContentUnit contentUnit,
int position = -1
)
Sub Add (
contentUnit As IContentUnit,
Optional position As Integer = -1
)
void Add(
IContentUnit^ contentUnit,
int position = -1
)
abstract Add :
contentUnit : IContentUnit *
?position : int
(* Defaults:
let _position = defaultArg position -1
*)
-> unit
Parameters
- contentUnit
- Type: Ingeniux.CMS.PresentationIContentUnit
The base content unit to create the content unit instance from - position (Optional)
- Type: SystemInt32
The position to insert the instance at, default to append to the end
See Also