| UserGetUsers Method (Boolean, Boolean, Boolean, String, Boolean, Int32, Int32, String, NullableInt32, Int32) |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static UserCollection GetUsers(
bool onlyBackEnd,
bool hideAdmins,
bool onlyActive,
string sortField,
bool isAscending,
int startItem,
int endItem,
string search,
Nullable<int> groupId,
ref int total
)
Public Shared Function GetUsers (
onlyBackEnd As Boolean,
hideAdmins As Boolean,
onlyActive As Boolean,
sortField As String,
isAscending As Boolean,
startItem As Integer,
endItem As Integer,
search As String,
groupId As Nullable(Of Integer),
ByRef total As Integer
) As UserCollection
Parameters
- onlyBackEnd
- Type: SystemBoolean
- hideAdmins
- Type: SystemBoolean
- onlyActive
- Type: SystemBoolean
- sortField
- Type: SystemString
- isAscending
- Type: SystemBoolean
- startItem
- Type: SystemInt32
- endItem
- Type: SystemInt32
- search
- Type: SystemString
- groupId
- Type: SystemNullableInt32
- total
- Type: SystemInt32
Return Value
Type:
UserCollectionSee Also