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.6.492
Syntax
XElement Serialize()

Return Value

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

Sample Layout Column output

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