Click or drag to resize

ISchemaFieldExports Property


Gets the field's collection of local exports. Local exports add additional attributes for Link and Navigation element XML output to global exports.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IExportDefinition> Exports { get; }

Property Value

Type: IEnumerableIExportDefinition
Remarks

Only applies to navigation field types: Navigation, Link, Taxonomy Navigation, References Navigation, and LinkSet elements.

It is recommended to avoid local exports as much as possible, since they are much slower than global exports.

See Also