Click or drag to resize

ISchemaFieldSerialize Method


Serialize this field into Ingeniux CMS XML schema format.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
ISchemaFieldResult Serialize()

Return Value

Type: ISchemaFieldResult
Result of serialization pieces in one-combo object.
Remarks

Most element and attribute fields have two pieces of serialization output: declaration and implementation. List elements have one more piece: dhild declaration.

For details of serialization output results, refer to ISchemaFieldResult.

See Also