Docs > API > Page
A web page.
Page inherits from Item.
Page inherits from Item.
| Properties | |
|---|---|
| path | The path of the page, relative to the site root. For example: "news/europe/latest.php" |
| template | The name of the template used to create the page. |
| xml | The page content, as an E4X variable. |
| Methods | |
|---|---|
| Page.get(path) | Static method to retrieve a page that already exists. |
| getText(name) | Retrieve the named field from the page. |
| setText(name, value) | Set the text value of the named field. |
| save() | Save your changes to the content repository. |



