Reports.getPageData (Method)

Returns a structure whose members contain information for the specified pages. If the current user cannot see a page and one of these page's is in the pageIDList argument, CommonSpot does not return information for it.

Returns:

Reports_GetPageData_Result (rowlimitedquery)

Arguments:

Name Type Required Description
pageIDList PageIDList Required Comma-delimited list of page IDs.
extraColumns String Optional. Defaults to ''. One or more columns to be added to the retrieved information.
orderBy SQLOrderByClause Optional. Defaults to 'Title'. The SQL 'order by' clause indicating which column is used as the returned data's sort key.
limit QueryRowLimit Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. An integer specifying one more than the maximum number of rows CommonSpot can return. Values with special meaning are: 0: Returns all records. -1: Return the number of records specified in the UI scalability setting.
displayDate DisplayDate Optional. Defaults to 'DateContentLastModified'. A string describing the date field to display. Examples are 'DateModified' or 'PublicReleaseDate'.

Context:

License Requirements (none)
Permission Requirements ContributorOrServerCode
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None