IContentUnitElement Property
|
Gets/sets the Element this Content Unit holds.
The element is the "Model" part of the Content Unit.
This element will inserted into Page content, when the Content Unit is placed
into Page Presentation.
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IElement Element { get; set; }
Property Element As IElement
Get
Set
property IElement^ Element {
IElement^ get ();
void set (IElement^ value);
}
abstract Element : IElement with get, set
Property Value
Type:
IElementSee Also