The ISchemaField type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChildProperty |
Gets a property of a child item of the field. Only applies to the List element field type.
|
|
Property | ||
RemoveExport |
Removes a local exports entry if exists.
|
|
Serialize |
Serialize this field into Ingeniux CMS XML schema format.
|
|
SetChildProperty |
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.
|
|
SetExport |
Sets a local exports entry.
If the entry exists, it updates its value. Otherwise, it creates a new entry.
|
|
SetProperty |
Sets a property of the field. If the property with the given name doesn't exist, creates a new property.
|
See Also