| UserDialogControllerSelectUserGroup Method (String, NullableInt32, String, String, NullableBoolean) |
Namespace:
Dynamicweb.Management.Users.Dialogs
Assembly:
Dynamicweb.Management.Users (in Dynamicweb.Management.Users.dll) Version: 3.2.10
Syntax [HttpPostAttribute]
[RouteAttribute("SelectUserGroup")]
public ActionResult SelectUserGroup(
string title,
Nullable<int> mode,
string selected,
string selectedName,
Nullable<bool> isMultiselect
)
<HttpPostAttribute>
<RouteAttribute("SelectUserGroup")>
Public Function SelectUserGroup (
title As String,
mode As Nullable(Of Integer),
selected As String,
selectedName As String,
isMultiselect As Nullable(Of Boolean)
) As ActionResult
Parameters
- title
- Type: SystemString
- mode
- Type: SystemNullableInt32
- selected
- Type: SystemString
- selectedName
- Type: SystemString
- isMultiselect
- Type: SystemNullableBoolean
Return Value
Type:
ActionResultSee Also