Click or drag to resize
KenticoRoleStoreFindByIdAsync Method (Int32)
Returns instance of Role.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Task<Role> FindByIdAsync(
	int roleId
)

Parameters

roleId
Type: SystemInt32
ID of the role.

Return Value

Type: TaskRole

Implements

IRoleStore.FindByIdAsync(UTP)
See Also