summaryM:DotNetNuke.Entities.Users.UserController.GetUserByName(System.Int32,System.String,System.Boolean)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUserByName")] public static UserInfo GetUserByName( int portalId, string username, bool isHydrated ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUserByName")> Public Shared Function GetUserByName ( portalId As Integer, username As String, isHydrated As Boolean ) As UserInfo |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUserByName(System.Int32,System.String,System.Boolean)
- username
- Type: System..::..String
paramusernameM:DotNetNuke.Entities.Users.UserController.GetUserByName(System.Int32,System.String,System.Boolean)
- isHydrated
- Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Entities.Users.UserController.GetUserByName(System.Int32,System.String,System.Boolean)