UserService.GetFollowers Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetFollowers(IEntity, QueryOptions)
Get users that follow the specified entity.
public static PagedList GetFollowers(IEntity entity, QueryOptions opts = null)
Parameters
- entity
- IEntity
- opts
- QueryOptions
Returns
Weavy.Core.Collections.PagedList{Weavy.Core.Models.User}