Represents a single Visualforce page. For information, see the Visualforce Developers Guide.
create(), update(), delete(), query(), retrieve(), describeSObjects(), getDeleted(), getUpdated()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| ApiVersion | double | Create | The API version for this page. Every page has an API version specified at creation. If the Salesforce.comAPI version is less than 15.0 and ApiVersion is not specified, ApiVersion defaults to 15.0. |
| ControllerKey | string | Create | The identifier for the controller associated with this page:
|
| ControllerType | picklist | Create | The type of controller associated with this Visualforce page. Possible values include:
|
| Description | string | Create | Description of the Visualforce page. |
| Markup | textarea | Create | The Visualforce markup, HTML, Javascript, and any other Web-enabled code that defines the content of the page. |
| MasterLabel | string | Create | The text used to identify the Visualforce page in the Setup area of Salesforce.com. The Label is Label. |
| Name | string | Create | Required. Name of this Visualforce page. |
| NamespacePrefix | string | Filter | The namespace prefix associated
with this object. Each Developer Edition organization that creates
a managed package has a unique namespace prefix. The limit is 15 characters.
You can refer to a component in a managed package by using the namespacePrefix__componentName notation.
The namespace prefix can have one of the following values:
|