Overload List
| Name | Description | |
|---|---|---|
| PageData()()() |
Create an empty PageData object.
| |
| PageData(PageData) |
Constructor that creates a new instance by shallow copying the state from another instance.
| |
| PageData(PageReference) |
Create an empty PageData object for the given PageReference
| |
| PageData(RawPage) |
Creates an empty PageData object for the given RawPage.
| |
| PageData(AccessControlList, PropertyDataCollection) |
Creates an empty PageData object for the given AccessControlList and PropertyDataCollection.
|