SPSocialActorTypes enumeration

Specifies a set of actor types.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

Members

Member name Description
None The set does not include any actor types.
Users The set includes users.
Documents The set includes documents.
Sites The set includes sites.
Tags The set includes tags.
ExcludeContentWithoutFeeds The set excludes documents and sites that do not have feeds.
All The set includes all actor types.

See also

Reference

Microsoft.Office.Server.Social namespace