RequestResources enumeration

Reserved for internal use. 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

'Declaration
<FlagsAttribute> _
Public Enumeration RequestResources
'Usage
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.
RelatedFields
List

See also

Reference

Microsoft.SharePoint namespace