KenticoUserStoreTUserFindByIdAsync Method (Int32) |
Finds the user by user's UserId.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<TUser> FindByIdAsync(
int userId
)
Parameters
- userId
- Type: SystemInt32
UserId.
Return Value
Type:
TaskTUserImplements
IUserStore.FindByIdAsync(UTP)See Also