SocialThreadAttributes 枚举

指定将应用于SocialThread对象的属性。

此枚举具有 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 SocialThreadAttributes
用法
Dim instance As SocialThreadAttributes
[FlagsAttribute]
public enum SocialThreadAttributes

成员

成员名称 说明
None 无属性应用。值 = 0。
IsDigest 是 (包含根帖子和最新的两个答复) 摘要线程。值 = 1。
CanReply 当前用户可以答复线索。值 = 2。
CanLock 当前用户可以锁定线程。值 = 4。
IsLocked 线程被锁定。值 = 8。
ReplyLimitReached 线程已达到最大答复计数。值 = 16。

备注

有关如何使用SocialThreadAttributes的示例,请参阅如何:了解通过使用 SharePoint 2013 中的 .NET 客户端对象模型读取和写入好友动态订阅源如何:使用 SharePoint 2013 中的 .NET 客户端对象模型创建和删除帖子以及检索好友动态订阅源

另请参阅

引用

Microsoft.SharePoint.Client.Social 命名空间