Click or drag to resize

ISchemaField Methods


The ISchemaField type exposes the following members.

Methods
  NameDescription
Public methodChildProperty
Gets a property of a child item of the field. Only applies to the List element field type.
Public methodProperty
Gets a field property by its name. Each property corresponds to an attribute on a pageelement.
Public methodRemoveExport
Removes a local exports entry if exists.
Public methodSerialize
Serialize this field into Ingeniux CMS XML schema format.
Public methodSetChildProperty
Sets a property of child item of the field. Only applies to List Element field type. If child property with given name doesn't exist, will create a new child property.
Public methodSetExport
Sets a local exports entry. If the entry exists, it updates its value. Otherwise, it creates a new entry.
Public methodSetProperty
Sets a property of the field. If the property with the given name doesn't exist, creates a new property.
Top
See Also