Click or drag to resize
UserInfoProviderGetFullUserInfo Method (Int32)
Returns the UserInfo structure for the specified user also with UserSettings.

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

Parameters

userId
Type: SystemInt32
User id

Return Value

Type: UserInfo
See Also