summaryM:DotNetNuke.Entities.Users.UserController.GetUser(System.Int32,System.Int32,System.Boolean)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.1. Not needed any longer for due to autohydration")] public static UserInfo GetUser( int portalId, int userId, bool isHydrated ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.1. Not needed any longer for due to autohydration")> Public Shared Function GetUser ( portalId As Integer, userId As Integer, isHydrated As Boolean ) As UserInfo |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Users.UserController.GetUser(System.Int32,System.Int32,System.Boolean)
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Users.UserController.GetUser(System.Int32,System.Int32,System.Boolean)
- isHydrated
- Type: System..::..Boolean
paramisHydratedM:DotNetNuke.Entities.Users.UserController.GetUser(System.Int32,System.Int32,System.Boolean)