Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
Available in SharePoint Online
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.