Click or drag to resize
UserInfoProviderGetUserInfoInternal Method (Int32)
Returns the UserInfo structure for the specified user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
protected virtual UserInfo GetUserInfoInternal(
	int userId
)

Parameters

userId
Type: SystemInt32
User id

Return Value

Type: UserInfo
See Also