PersonalSiteCapabilities 枚举
指定个人网站的功能。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.SharePoint.Client.UserProfiles
程序集: 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 PersonalSiteCapabilities
用法
Dim instance As PersonalSiteCapabilities
[FlagsAttribute]
public enum PersonalSiteCapabilities
成员
成员名称 | 说明 | |
---|---|---|
None | 网站具有没有功能。值 = 0。 | |
Profile | 值 = 1。 | |
Social | 值 = 2。 | |
Storage | 值 = 4。 | |
MyTasksDashboard | 值 = 8。 | |
Education | 值 = 16。 | |
Guest | 值 = 32。 |