PortalApplication Members
Include Protected Members
Include Inherited Members
Provides run-time support for an Office SharePoint Server application.
The PortalApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCanonicalUrl | Gets the canonical form of a URL. | |
GetContext() | Gets a reference to a PortalContext object that represents the current application context. | |
GetContext(Guid) | Gets a reference to a PortalContext object that represents the current application context for the specified GUID. | |
GetContext(HttpContext) | Gets a reference to a PortalContext object that represents the current application context from the specified HttpContext object. | |
GetContext(PortalSite) | Gets a reference to a PortalContext object that represents the current application context for the specified portal site. | |
GetContext(Guid, PortalZone) | Gets a reference to a PortalContext object that represents the current application context for the specified GUID and portal zone. | |
GetContext(PortalSite, PortalZone) | Gets a reference to a PortalContext object that represents the current application context for the specified portal site and portal zone. | |
GetHashCode | (Inherited from Object.) | |
GetMappedUrl | Gets the mapped form of a canonical URL. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the Office SharePoint Server run-time cache. | |
ToString | (Inherited from Object.) |
Top