ISchemaFieldResult Interface Ingeniux CMS Content Store API

Represents the combination of a SchemaField's serialization result. It contains 3 pieces of xml to go to 2 different areas in the final Schema xml output

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface ISchemaFieldResult

The ISchemaFieldResult type exposes the following members.

Properties

  NameDescription
Public propertyChildDeclaration
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.
Public propertyCode exampleDeclaration
Gets the declaration element of the field
Public propertyCode exampleImplementation

Gets the field's implementation element. Implementation elements are used to include details about the field and where it is placed in the page XML.

Implementation elements are always stored in the Declaration element of the Root element of a page's schema.

Public propertyIsAttribute
Gets whether the field output is for an attribute field.
Top
See Also

Reference