Click or drag to resize

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
)

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: UserCollection
See Also