Click or drag to resize
AuthenticationHelperSetCurrentUser Method
Sets the current user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void SetCurrentUser(
	CurrentUserInfo uInfo
)

Parameters

uInfo
Type: CMS.MembershipCurrentUserInfo
User info object
See Also