Click or drag to resize

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.5.94
Syntax
IElement Element { get; set; }

Property Value

Type: IElement
See Also