PortalApplication.GetContext Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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. |
Top