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; }
ReadOnly Property Exports As IEnumerable(Of IExportDefinition)
Get
property IEnumerable<IExportDefinition^>^ Exports {
IEnumerable<IExportDefinition^>^ get ();
}
abstract Exports : IEnumerable<IExportDefinition> with get
Property Value
Type:
IEnumerableIExportDefinitionRemarks
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