SocialActorTypes enumeration
SharePoint Online
Specifies a set of SocialActor types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| None | The set does not include any actor types. Value = 0. | |
| Users | The set includes users. Value = 1. | |
| Documents | The set includes documents. Value = 2. | |
| Sites | The set includes sites. Value = 4. | |
| Tags | The set includes tags. Value = 8. | |
| ExcludeContentWithoutFeeds | The set excludes sites that do not have feeds. Value = 268435456. | |
| IncludeGroupsSites | ||
| WithinLast24Hours | ||
| All | The set includes all actor types. Value = 15. |
Show: