SP へSocial.SocialFollowingManager オブジェクト (sp.userprofiles)

フォローしているアクター (ユーザー、ドキュメント、サイト、およびタグ) のユーザーのリストを管理するための方法を紹介します。

**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialFollowingManager(context)

メンバー

コンストラクター

SocialFollowingManagerオブジェクトでは、次のコンスがあります。

プロパティ

説明

SocialFollowingManager

Initializes a new instance of the SocialFollowingManager object.

メソッド

SocialFollowingManagerオブジェクトでは、次の方法があります。

メソッド

説明

フォロー

Adds the specified actor to the current user's list of followed actors.

getFollowed

Retrieves the actors that the current user is following.

getFollowedCount

Retrieves a count of actors who the current user is following.

getFollowers

Retrieves the users who are following the current user.

getSuggestions

isFollowed

Determines whether the current user is following the specified actor.

stopFollowing

Removes the specified actor from the current user's list of followed actors.

プロパティ

SocialFollowingManagerオブジェクトでは、次のプロパティがあります。

関連項目

その他の技術情報

SharePoint 2013 で他のユーザーをフォローする

SharePoint 2013 でのコンテンツのフォロー