Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
Kentico Namespaces
Kentico.Membership Namespaces
Kentico.Membership
RoleStore Class
RoleStore Methods
CreateAsync Method
DeleteAsync Method
Dispose Method
FindByIdAsync Method
FindByNameAsync Method
UpdateAsync Method
RoleStore
FindByIdAsync Method
Returns instance of
Role
.
Namespace:
Kentico.Membership
Assembly:
Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
Copy
public
Task
<
Role
>
FindByIdAsync
(
int
roleId
)
Parameters
roleId
Type:
System
Int32
ID of the role.
Return Value
Type:
Task
Role
Implements
IRoleStore.FindByIdAsync(UTP)
See Also
Reference
RoleStore Class
Kentico.Membership Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com