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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static UserInfo GetUserInfo(
	int userId
)

Parameters

userId
Type: SystemInt32
User id

Return Value

Type: UserInfo
See Also