The PageObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageObject | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToRawPageObject |
Convert this instance to a RawPageObject
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Id |
The id of this object
| |
| Importing |
Gets or sets a value indicating whether this PageObject is in context of importing data.
| |
| MetaDataModified |
Indicates if the metadata of this instance has been changed
| |
| Name |
The name of the page object
| |
| ObjectId |
The Identity of the page object value item
| |
| Owner |
The owner of this page object
| |
| PageGuid |
The guid of the page this object belongs to
| |
| PageLanguageBranch |
The page language branch this object belongs to. This will be null if the Owner is not PageLanguageBranch
| |
| StoreName |
The name of the store the object value item is stored in
| |
| Value |
The item value of the page object.
| |
| ValueAccessed |
Indicates if the Value property of this instance has been accessed
| |
| WorkPageId |
The work page id this object belongs to. This will be 0 if the Owner is not [!:PageVersion]
|