IAuthenticationServiceGetUser Method |
Get user info of given user.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax IUserInfo GetUser(
string userName
)
Parameters
- userName
- Type: SystemString
name of given user
Return Value
Type:
IUserInfouser info of given user
See Also