ISchemaFieldSerialize Method Ingeniux CMS Content Store API

Serialize this field into Ingeniux CMS XML schema format.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference