Gets the declaration element of the field
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Property Value
Type: XElementRemarks
Examples
Depending whether the field is an attribute or an element, there are two types of declaration results:
Attribute field output:
<AttributeType name="Timeout" dt:type="string" default="8"/>
Element field output:
<ElementType name="Title" dt:type="string" content="textOnly"/> <ElementType name="xpowernavigation_AncestorNavigation" content="eltOnly"/> <ElementType name="xpowercomponent_SiteControl" content="eltOnly"/>
See Also