SocialActorTypes 枚举

指定一组SocialActor类型。

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

命名空间:  Microsoft.SharePoint.Client.Social
程序集:   Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中);  Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中)  Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)

语法

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

成员

成员名称 说明
None 设置不包含任何参与者类型。值 = 0。
Users 设置包括用户。值 = 1。
Documents 设置包含文档。值 = 2。
Sites 设置包括网站。值 = 4。
Tags 设置包括标签。值 = 8。
ExcludeContentWithoutFeeds 设置不包括不具有源的网站。值 = 268435456。
All 设置包括所有参与者类型。值 = 15。

另请参阅

引用

Microsoft.SharePoint.Client.Social 命名空间