ISchemaFieldExports Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference