Click or drag to resize

UserDialogControllerSelectUser Method (NullableInt32, String, NullableBoolean, NullableBoolean, NullableBoolean)

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

Parameters

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

Return Value

Type: ActionResult
See Also