SpaceService.GetAdmins Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetAdmins(Int32, QueryOptions)
Gets the users that are admins of the space.
public static PagedList GetAdmins(int id, QueryOptions opts = null)
Parameters
- id
- System.Int32
- opts
- QueryOptions
Returns
Weavy.Core.Collections.PagedList{Weavy.Core.Models.Member}