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