SiteContextCurrentUser 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.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax public static IUserInfo CurrentUser { get; }
Property Value
Type:
IUserInfoSee Also