SP.Social.SocialActorTypes enumeration (sp.userprofiles)

Specifies a set of SocialActor types.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

SP.Social.SocialActorTypes

Members

The SocialActorTypes enumeration has the following members.

Member

Value

Description

none

0

The set does not include any actor types.

users

1

The set includes users.

documents

2

The set includes documents.

sites

4

The set includes sites.

tags

8

The set includes tags.

excludeContentWithoutFeeds

268435456

The set excludes sites that do not have feeds.

all

15

The set includes all actor types.

Remarks

This enumeration allows a bitwise combination of its member values.

See also

Other resources

SP.Social namespace