SocialPostAttributes 列舉
指定套用至SocialPost物件的屬性。
此列舉有 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 SocialPostAttributes
'用途
Dim instance As SocialPostAttributes
[FlagsAttribute]
public enum SocialPostAttributes
成員
成員名稱 | 描述 | |
---|---|---|
None | 會不套用任何屬性。值 = 0。 | |
CanLike | 目前的使用者可以喜歡文章。值 = 1。 | |
CanDelete | 目前的使用者可以刪除該文章。值 = 2。 | |
UseAuthorImage | 應該使用該文章呈現作者的圖像。值 = 4。 | |
UseSmallImage | 小型影像應該呈現的文章。值 = 8。 | |
CanFollowUp | 目前的使用者可以從文章建立待處理的任務。值 = 16。 |