The IUniqueSchemaUnit 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.
(Inherited from ISchemaField.) |
|
Property | (Inherited from ISchemaField.) | |
RemoveExport |
Removes a local exports entry if exists.
(Inherited from ISchemaField.) |
|
Serialize |
Serialize this field into Ingeniux CMS XML schema format.
(Inherited from ISchemaField.) |
|
SerializeToFavorite |
Serializes the XML element as a favorite entry. The favorite-entry format is not the same as output elements for schemas.
|
|
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.
(Inherited from ISchemaField.) |
|
SetExport |
Sets a local exports entry.
If the entry exists, it updates its value. Otherwise, it creates a new entry.
(Inherited from ISchemaField.) |
|
SetProperty |
Sets a property of the field. If the property with the given name doesn't exist, creates a new property.
(Inherited from ISchemaField.) |
See Also