| 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
)
<RouteAttribute("SelectUser")>
Public Function SelectUser (
title As String,
onlyBackend As Nullable(Of Boolean),
hideAdmins As Nullable(Of Boolean),
onlyActive As Nullable(Of Boolean)
) As ActionResult
Parameters
- title
- Type: SystemString
- onlyBackend
- Type: SystemNullableBoolean
- hideAdmins
- Type: SystemNullableBoolean
- onlyActive
- Type: SystemNullableBoolean
Return Value
Type:
ActionResultSee Also