Share via


SocialFollowingManager Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Social.SocialFollowingManager", ServerTypeId="{651f2511-b4a4-4c3d-8c12-b049c7f79d69}")]
public class SocialFollowingManager : Microsoft.SharePoint.Client.ClientObject
type SocialFollowingManager = class
    inherit ClientObject
Public Class SocialFollowingManager
Inherits ClientObject
Inheritance
SocialFollowingManager
Attributes

Constructors

SocialFollowingManager(ClientRuntimeContext)
SocialFollowingManager(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
FollowedDocumentsUri
FollowedSitesUri
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
Follow(SocialActorInfo)
FromJson(JsonReader) (Inherited from ClientObject)
GetFollowed(SocialActorTypes)
GetFollowedCount(SocialActorTypes)
GetFollowers()
GetSuggestions()
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsFollowed(SocialActorInfo)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
StopFollowing(SocialActorInfo)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to