Class PersonaResourceService

Class PersonaResourceService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.PersonaResourceService : xbe.sdk.ServiceBase#

Public Functions

PersonaResourceService ()#
Task<List<PersonaResource>> FindAll (Dictionary<string, string> query = null)#

Returns all PersonaResources from the system that the user has access to.

Task<PersonaResource> FindById (string id)#

Returns a single PersonaResource from the system that the user has access to.

Task<long?> Count (Dictionary<string, string> query = null)#

Returns the count of groups.