次の方法で共有


SP へUserProfiles.PeopleManager.isFollowing 方法 (sp.userprofiles)

最初のユーザーが 2 番目のユーザーをフォローしているかどうかを判定します。

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

SP.UserProfiles.PeopleManager.isFollowing(possibleFollowerAccountName, possibleFolloweeAccountName)

パラメーター

  • possibleFollowerAccountName
    String
    possibleFolloweeAccountNameがフォローしているユーザーのアカウント名です。

  • possibleFolloweeAccountName
    String
    がの後にユーザーのアカウント名です。

戻り値

Boolean
true最初のユーザーが 2 番目のユーザーをフォローしている場合それ以外の場合、 falseします。

関連項目

その他の技術情報

PeopleManager