PageItems
A collection of generic page items.
PageItems Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the page item with the specified index or name. |
| length |
Long |
read |
The number of page items in the collection. |
PageItems Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any page item. |
| firstItem |
Object |
Returns the first page item. |
| itemByID |
Object |
Returns the page item with the specified ID. |
| itemByRange |
Objects |
Returns the page items within the specified range. |
| lastItem |
Object |
Returns the last page item. |
| middleItem |
Object |
Returns the middle page item. |
| nextItem |
Object |
Returns the next page item. |
| previousItem |
Object |
Returns the previous page item. |
Previous post: PageReference
Next post: PageItem