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。 |