Table of Contents


community:Feeds

This component visualizes feeds related to a user, an entity record. It can also be used to show a user's News-Feed.
 

Properties

PropertyDescription
ItemIdThe ID of the user or entity record for which the feeds should be shown.
FeedTypePossible values are: RecordFeed, NewsFeed and FavoritesFeed; default value: RecordFeed.
VisibleExpression to evaluate if the Feeds component should be visible or not.

 

Below is an example of adding NewsFeed to an Active Page:

<community:Feeds runat='server' itemId='<%# UserInfo.Id %>' feedType='NewsFeed' />