Base Properties
The following base properties are available for every content type:
Property | Description | Example |
---|---|---|
itemID | The unique system ID of the item. | 12345 |
title | The title of the item as displayed in the page header, in site-wide search results and in other links to the item. | This Is the Title |
description | The description of the item, as displayed in site-wide search results. | This is the item's description. |
owner | Full name of the primary author of the document. | Alfred E. Newman |
body | The body text of an HTML item. | This is the body text. |
filename | The page/document name and extension of the item. | my-page.html |
page.filename | Same as filename. | our-history.html |
path | The URL of the item, excluding the domain. | myfolder/mysubfolder/mypage.html |
url | The URL of the item, including the domain name. | http://www.myorg.org/myfolder/mypage.html |
folderID | A breadcrumb trail to the folder containing the document. | Home > About Us |
page.folder | Includes Title, Path and ID# for the folder containing the current page. |
Title:About Us; Path:/info/about-us/; ID:706972 |
page.folder.title | Title of the folder containing the current page. | About Us |
page.folder.path | Full folder path to the folder containing the current page. | /info/about-us/ |
type | A descriptive label for the item’s content type. | Web Page |