SPViewContext members
Provides specific information about the context of a view.
The SPViewContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
NeedToRedirect | Gets a Boolean value that indicates whether the content type that is associated with the view equals the content type that is associated with the root folder of the view. | |
View | Gets the view that is described by the view context. | |
ViewId | Gets the identifier of the view that is described by the view context. | |
ViewType | Gets the view type of the current page that is described by the view context. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RedirectIfNecessary | Performs URL redirection to the root folder of the view when the content type of the root folder differs from the content type of the view. | |
ToString | (Inherited from Object.) |
Top