Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ApexPageInfo
To edit, save, or compile Apex pages, use ApexPageMember. To load markup for a page or other fields, use ApexPage.
Supported SOAP API Calls
describeSObjects(), query()
Supported REST API HTTP Methods
Query, GET
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
To retrieve labels and names for Visualforce pages, query the object that references it. For sample code, see SOAP Calls.