PortalApplication.GetContext Method

NOTE: This API is now obsolete.

Gets a reference to a PortalContext object that represents the current application context.

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Function GetContext As PortalContext
'Usage
Dim returnValue As PortalContext

returnValue = PortalApplication.GetContext()
[ObsoleteAttribute("This class is obsolete.")]
public static PortalContext GetContext()

Return Value

Type: Microsoft.SharePoint.Portal.PortalContext
A PortalContext object that represents the current application context.

Remarks

The following table describes the exception types.

Exception Type

Condition

InvalidOperationException

The System.Web.HttpContext.Current static property is a null reference (Nothing in Visual Basic).

See Also

Reference

PortalApplication Class

PortalApplication Members

GetContext Overload

Microsoft.SharePoint.Portal Namespace