IExportDefinition Interface Ingeniux CMS Content Store API

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

public interface IExportDefinition

The IExportDefinition type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of the export. This is the name of the XML attribute to be added.
Public propertyQuery
Gets and sets the value of the export. This is the value of the XML attribute to be added.
Top
Remarks

Global exports also uses collections of this type.
See Also

Reference