ConversationService.GetFollowed Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetFollowed(int, QueryOptions)
Gets the conversations that a user is following.
public static PagedList<Conversation> GetFollowed(int userId, QueryOptions opts = null)
Parameters
- user
Id - int
Id of the User for which to get followed conversations.
- opts
- QueryOptions
Returns
Weavy.Core.Collections.PagedList