RequestResources 枚举

仅供内部使用。用于筛选 SharePoint 页元数据,并适当地处理命令与 SharePoint 网站页相关联的数据。

此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration RequestResources
用法
Dim instance As RequestResources
[FlagsAttribute]
public enum RequestResources

成员

成员名称 说明
None 指示特定的 SharePoint 页面包含没有与 SharePoint 功能相关的元数据。
UserInfoList 指示特定的 SharePoint 页面包含与 SharePoint 用户信息相关的元数据。
WebProperties 指示特定的 SharePoint 页面包含与 SharePoint web 功能如语言或区域性信息相关的元数据。
Features 指示特定的 SharePoint 页面包含与 SharePoint 功能相关的元数据。
NavigationStructure 指示特定的 SharePoint 页面包含与 SharePoint 导航信息相关的元数据。
RelatedFields
List

另请参阅

引用

Microsoft.SharePoint 命名空间