KenticoRoleStoreFindByIdAsync Method (Int32) |
Returns instance of
Role.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<Role> FindByIdAsync(
int roleId
)
Parameters
- roleId
- Type: SystemInt32
ID of the role.
Return Value
Type:
TaskRoleImplements
IRoleStore.FindByIdAsync(UTP)See Also