Click or drag to resize

User.GetUsers Method (Boolean, Boolean, Boolean, String, Boolean, Int32, Int32, String, Nullable<Int32>, 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: System.Boolean
hideAdmins
Type: System.Boolean
onlyActive
Type: System.Boolean
sortField
Type: System.String
isAscending
Type: System.Boolean
startItem
Type: System.Int32
endItem
Type: System.Int32
search
Type: System.String
groupId
Type: System.Nullable<Int32>
total
Type: System.Int32

Return Value

Type: UserCollection
See Also