RequestResources Enumeration
Used to filter SharePoint page metadata, and to appropriately handle command data associated with SharePoint site pages.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<FlagsAttribute> _
Public Enumeration RequestResources
Dim instance As RequestResources
[FlagsAttribute]
public enum RequestResources
Members
Member name | Description | |
---|---|---|
None | Indicates that a specific SharePoint page contains no metadata related to SharePoint features. | |
UserInfoList | Indicates that a specific SharePoint page contains metadata related to SharePoint user information. | |
WebProperties | Indicates that a specific SharePoint page contains metadata related to SharePoint web features, such as language or culture information. | |
Features | Indicates that a specific SharePoint page contains metadata related to SharePoint features. | |
NavigationStructure | Indicates that a specific SharePoint page contains metadata related to SharePoint navigation information. |