SP.Social.SocialFeedManager.getMentions Method (sp.userprofiles)

Gets a feed of threads that mention the current user.

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

SP.Social.SocialFeedManager.getMentions(clearUnreadMentions, options)

Parameters

  • clearUnreadMentions
    Boolean
    true to clear the user's unread mention count, otherwise false.

  • options
    SP.Social.SocialFeedOptions
    Feed retrieval options such as date range and sort order.

Return value

SP.Social.SocialFeed
A feed of threads that mention the current user.

See also

Other resources

SocialFeedManager