SPSocialFollowResult enumeration

Specifies the result of a request to follow an actor.

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

Syntax

'Declaration
Public Enumeration SPSocialFollowResult
'Usage
Dim instance As SPSocialFollowResult
public enum SPSocialFollowResult

Members

Member name Description
OK The current user started following the actor.
AlreadyFollowing The current user is already following the actor.
LimitReached The request failed because an internal limit was reached.
InternalError The request failed due to an internal error.

See also

Reference

Microsoft.Office.Server.Social namespace