GetUsers gets all the users of the portal
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static ArrayList GetUsers( bool includeDeleted, bool superUsersOnly, int portalId ) |
Visual Basic |
---|
Public Shared Function GetUsers ( includeDeleted As Boolean, superUsersOnly As Boolean, portalId As Integer ) As ArrayList |
Parameters
- includeDeleted
- Type: System..::..Boolean
Include Deleted Users.
- superUsersOnly
- Type: System..::..Boolean
Only get super users.
- portalId
- Type: System..::..Int32
The Id of the Portal