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 | |
|---|---|---|
| .gif) | ConfigurationXml | Gets or sets the configuration XML text for a page context object. | 
| .gif) | UsageMode | Gets the usage state that defines how the page context object is being used. | 
Top
Public Methods
| Name | Description | |
|---|---|---|
| .gif) | CancelChanges | Cancels and reverts any changes that caused a system update because the user canceled changes to the object. | 
| .gif) | Commit | Commits the page context object. | 
| .gif) | NotifyObjectChanged | Notifies the currently registered clients that the object has been modified. | 
| .gif) | NotifyObjectCommitted | Notifies the currently registered clients that the object changes have been committed. | 
| .gif) | NotifyObjectCommitting | Notifies the currently registered clients that the object changes are currently being committed. | 
| .gif) | RegisterObjectChanged | Registers for notifications that occur when the object has changed. | 
| .gif) | RegisterObjectCommitted | Registers for notifications that occur when the object has been committed. | 
| .gif) | RegisterObjectCommitting | Registers notifications that occur when the object is being committed. | 
| .gif) | UnregisterObjectChanged | Removes registration for notifications that occur when the object has changed. | 
| .gif) | UnregisterObjectCommitted | Removes registration for notifications that occur when the object is being committed. | 
| .gif) | UnregisterObjectCommitting | Removes registration for notifications that occur when the object is being committed. | 
Top
See Also
Reference
IPageContext Interface
Microsoft.EnterpriseManagement.UI Namespace