summaryM:DotNetNuke.Entities.Users.UserController.GetUsers(System.Boolean,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.GetUsers")] public ArrayList GetUsers( bool synchronizeUsers, bool progressiveHydration ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.1. This function has been replaced by UserController.GetUsers")> Public Function GetUsers ( synchronizeUsers As Boolean, progressiveHydration As Boolean ) As ArrayList |
Parameters
- synchronizeUsers
- Type: System..::..Boolean
paramsynchronizeUsersM:DotNetNuke.Entities.Users.UserController.GetUsers(System.Boolean,System.Boolean)
- progressiveHydration
- Type: System..::..Boolean
paramprogressiveHydrationM:DotNetNuke.Entities.Users.UserController.GetUsers(System.Boolean,System.Boolean)