Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the capabilities of a personal site.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PersonalSiteCapabilities
'Usage
Dim instance As PersonalSiteCapabilities
[FlagsAttribute]
public enum PersonalSiteCapabilities
Members
| Member name | Description | |
|---|---|---|
| None | The site has no capabilities. Value = 0. | |
| Profile | Value = 1. | |
| Social | Value = 2. | |
| Storage | Value = 4. | |
| MyTasksDashboard | Value = 8. | |
| Education | Value = 16. | |
| Guest | Value = 32. |