RecroGrid Framework
C#
Show/Hide TOC
Rgf
Identity
Service
Get
RGFUser
Roles
Async Method
Definition
Namespace:
Recrovit.RecroGridFramework.Identity
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.12.0.24.1213.1
C#
Copy
public
Task
<
IEnumerable
<
RGFRole
>>
GetRGFUserRolesAsync
(
string
userId
)
Parameters
userId
String
Return Value
Task
IEnumerable
RGFRole
Implements
IRgfIdentityService
GetRGFUserRolesAsync(String)
See Also
Reference
RgfIdentityService Class
Recrovit.RecroGridFramework.Identity Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also