Click or drag to resize

UserDialogControllerSelectUser Method (String, NullableBoolean, NullableBoolean, NullableBoolean)

Namespace:  Dynamicweb.Management.Users.Dialogs
Assembly:  Dynamicweb.Management.Users (in Dynamicweb.Management.Users.dll) Version: 3.2.10
Syntax
[RouteAttribute("SelectUser")]
public ActionResult SelectUser(
	string title,
	Nullable<bool> onlyBackend,
	Nullable<bool> hideAdmins,
	Nullable<bool> onlyActive
)

Parameters

title
Type: SystemString
onlyBackend
Type: SystemNullableBoolean
hideAdmins
Type: SystemNullableBoolean
onlyActive
Type: SystemNullableBoolean

Return Value

Type: ActionResult
See Also