Default Exports
Default exports are always retrieved when a link is made to a page. They pull in the following data:
- ID of the page (Page xID)
- URL of the page (URL)
- Name of the page schema (Schema)
- Locale of the page (Locale)
- Date the page was last modified (Changed)
- Boolean value indicating if node is a component or not (IsComponent)
- Name of the page (Name)
The XML for a default export might look like this:
Note
To include taxonomy category information
in a page, enable the Include
Page Categorization Info in Publish in Taxonomy configuration
options. Once you enable this option, CategoryIDs display
as an attribute of the Page element.
Related Topics