Represents an entry in the exports of a NavigationElement.
Exports are additional attributes appended to an expanded Link or Navigation XML element, adding more information to the Link or Navigation entry.
This interface is used for SchemaFields on Schemas and for GlobalExports. It is not for LocalExports on Navigation elements for Pages.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IExportDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name |
Gets the name of the export. This is the name of the XML attribute to be added.
| |
Query |
Gets and sets the value of the export. This is the value of the XML attribute to be added.
|
Remarks
See Also