SPContext.ContextPageInfo property

Gets the information about the current list item for the current request (if there is one). For example, information could include the item ID, if it is a welcome page, or the base permissions of the object.

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

Syntax

'Declaration
Public Property ContextPageInfo As SPContextPageInfo
    Get
    Friend Set
'Usage
Dim instance As SPContext
Dim value As SPContextPageInfo

value = instance.ContextPageInfo
public SPContextPageInfo ContextPageInfo { get; internal set; }

Property value

Type: Microsoft.SharePoint.SPContextPageInfo
Returns a SPContextPageInfo object.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace