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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxXElement ChildDeclaration { get; }ReadOnly Property ChildDeclaration As XElement
Get
property XElement^ ChildDeclaration {
XElement^ get ();
}abstract ChildDeclaration : XElement with get
Property Value
XElement
See Also