ISchemaFieldResultChildDeclaration Property
|
Gets the declaration of child element of the field. Only applies to
List elements.
The serialization format is identical to that of the
Element type field.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax XElement ChildDeclaration { get; }
ReadOnly Property ChildDeclaration As XElement
Get
property XElement^ ChildDeclaration {
XElement^ get ();
}
abstract ChildDeclaration : XElement with get
Property Value
Type:
XElementSee Also