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