SPContextPageInfo Members
Include Protected Members
Include Inherited Members
Encapsulates information about the main page in the context of the current request.
The SPContextPageInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPContextPageInfo | Creates a new instance of the SPContextPageInfo class. |
Top
Properties
Name | Description | |
---|---|---|
BasePermissions | Gets the current user’s permissions on the page. | |
GhostedPage | Gets a Boolean value that indicates whether the page is uncustomized (ghosted). | |
IsWebWelcomePage | Gets a value that indicates whether the current page is the Welcome page for the Web site. | |
ItemId | Gets a value that represents the ListItem of the page. | |
ListId | Gets the Id of the list that contains the page. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top