Defines the methods and properties that retrieve information or perform operations on a page context object.
The following tables list the members exposed by the IPageContext type.
Public
Properties
| Name | Description | |
|---|---|---|
|
ConfigurationXml | Gets or sets the configuration XML text for a page context object. |
|
UsageMode | Gets the usage state that defines how the page context object is being used. |
Public
Methods
| Name | Description | |
|---|---|---|
|
CancelChanges | Cancels and reverts any changes that caused a system update because the user canceled changes to the object. |
|
Commit | Commits the page context object. |
|
NotifyObjectChanged | Notifies the currently registered clients that the object has been modified. |
|
NotifyObjectCommitted | Notifies the currently registered clients that the object changes have been committed. |
|
NotifyObjectCommitting | Notifies the currently registered clients that the object changes are currently being committed. |
|
RegisterObjectChanged | Registers for notifications that occur when the object has changed. |
|
RegisterObjectCommitted | Registers for notifications that occur when the object has been committed. |
|
RegisterObjectCommitting | Registers notifications that occur when the object is being committed. |
|
UnregisterObjectChanged | Removes registration for notifications that occur when the object has changed. |
|
UnregisterObjectCommitted | Removes registration for notifications that occur when the object is being committed. |
|
UnregisterObjectCommitting | Removes registration for notifications that occur when the object is being committed. |
See Also
Send comments about this topic to Microsoft.

