ApexPageInfo
Supported Calls
describeSObjects(), query()
Special Access Rules
As of Summer '20 and later, this object can only be accessed by users who can view a particular Visualforce page, and users with the View Setup and Configuration permission.
Fields
Field | Details |
---|---|
ApexPageId |
|
ApiVersion |
|
Description |
|
DurableId |
|
IsAvailableInTouch |
|
IsShowHeader |
|
MasterLabel |
|
Name |
|
NameSpacePrefix |
|
Usage
Use ApexPageInfo to query limited metadata about Visualforce pages. Some of this metadata corresponds to settings for a Visualforce page available in Visualforce Pages. To access Visualforce Pages, from Setup, in the Quick Find box, enter Custom Code. Then, select Visualforce Pages. Other values are only available via API. Use ApexPageInfo in Visualforce pages to add custom content that extends the base Salesforce application functionality.
Users can only query ApexPageInfo records if they can display the associated Visualforce page, or if they have the View Setup & Configuration permission. Allow users to view Visualforce pages by modifying their user profile or assigning permission sets.