MembershipContextCurrentUserProfile Property |
Current user info object according the URL parameter of the current request.
It is available when the request contains parameters "userid", "username" or "userguid" with valid value of the user.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntaxpublic static UserInfo CurrentUserProfile { get; set; }
Property Value
Type:
UserInfo
See Also