SocialActorTypes enumeration

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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SocialActorTypes
'Usage
Dim instance As SocialActorTypes
[FlagsAttribute]
public enum SocialActorTypes

Members

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.

See also

Reference

Microsoft.SharePoint.Client.Social namespace