Click or drag to resize

IContainerSerialize Method


Generates an XML element for this container

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
XElement Serialize()

Return Value

Type: XElement
Generated XML element
Remarks
Each sub types will override this method to generate its own XML element
Examples

Sample Layout Column output

XML
<div class="col-sm-12  pagePresentationLayoutColumn" gridwidth="12" id="IGXPresentationColumn_b9d2be86dd3d133cc3dd8bace3e60589">
</div>
Examples

Sample Layout Row output

JavaScript
<div class="row pagePresentationLayoutRow" id="IGXPresentationRow_0d5ac46d81d04750c707e53895429285">
    <div class="col-sm-12  pagePresentationLayoutColumn" gridwidth="12" id="IGXPresentationColumn_b9d2be86dd3d133cc3dd8bace3e60589">
        <igx_contentunit name = "Title" elementid="e1d232821750443b96effa397c5e684e" templatename="Title" id="IGXPresentationField_ContentUnits/1_4dc8b5e61f5cbae639ef8f6bb7116628" cuid="ContentUnits/1" reusable="true"/>
    </div>
</div>
See Also