Click or drag to resize

RoleManagerGetRoleList Method

Returns a list of roles that match the given filter.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<IEnumerable<PsrRole>> GetRoleList(
	PsrListFilter filter
)

Parameters

filter
Type: PsrApi.DataPsrListFilter

Return Value

Type: TaskIEnumerablePsrRole
See Also