IExportElement Interface |
Namespace: Ingeniux.CMS
The IExportElement type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets and sets the export's name. This name must be a valid XML element name.
| |
Query |
Gets and sets the query expression of the export.
|
<Page ID="x454" URL="about-us/news-and-events/motorola-employees-credit-union-selects-ingeniux" Date="20040111T00:00:00" Changed="20130515T20:47:10" CategoryIds="133" Locale="" Schema="NewsDetail" Name="Motorola Employees Credit Union Selects Ingeniux" Abstract="MECU Licenses Ingeniux CMS to Power Internet and Intranet sites" Title="Motorola Employees Credit Union Selects Ingeniux CMS" />
To create a new ExportElement:
IExportElement exportEntry = new ExportElement("Title", "/*/Title");
Serialization output matches the local export's entry value from a Navigation element in previous-generation CMS content. The difference that is the output is escaped in an ExportsElement's serialization.
<Export><Name>Title</Name><Value>/*/Title</Value></Export>