Click or drag to resize
KenticoUserStoreTUserFindByIdAsync Method (Int32)
Finds the user by user's UserId.

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

Parameters

userId
Type: SystemInt32
UserId.

Return Value

Type: TaskTUser

Implements

IUserStore.FindByIdAsync(UTP)
See Also