The PageObject type exposes the following members.

Constructors

  NameDescription
PageObjectOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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]

See Also