- Theme Engine
- Design Principles
- Templates
- EVML Reference
- Output
- Comments
- Operators
- Statements and Declarations
- Built-in Functions
- Built-in Objects
- Account
- Address
- Array
- Boolean
- Branch
- Cart
- CartLine
- Category
- CategoryCollection
- CategoryFilter
- CategoryFilterCollection
- CategoryFilterOption
- CategorySearch
- Collection
- Color
- Contact
- Currency
- Date
- Discount
- Dom
- Event
- EventCollection
- EventSlot
- Image
- Layout
- Locale
- Money
- Number
- Object
- Page
- PageCollection
- PageSearch
- PageSharer
- Pagination
- Postage
- Price
- PriceDiscount
- Product
- ProductCollection
- ProductCustomisation
- ProductDownload
- ProductMedia
- ProductMediaFrame
- ProductPrice
- ProductSearch
- ProductSpecification
- ProductSpecificationValue
- ProductVariation
- ProductVariationOption
- RecentlyViewed
- RegExp
- Request
- Review
- ReviewCollection
- Search
- SearchCollection
- SearchResult
- String
- Tag
- Template
- Url
- Website
- EV Tags
- CSS Pre-processor
- Ajax API
PageCollection
Extends Collection. The PageCollection object offers methods designed to efficiently retrieve data across all rows within the data collection.
Methods | |
---|---|
getAuthors() |
Returns PageCollection Retrieves and assigns authors across all pages within the collection and returns the original PageCollection. When iterating through pages within the collection this ensures that page.author data is retrieved efficiently. |
getTags() |
Returns PageCollection Retrieves and assigns tags across all pages within the collection and returns the original PageCollection. When iterating through pages within the collection this ensures that page.tags data is retrieved efficiently. |