指定将应用于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。 |