Click or drag to resize

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
)

Parameters

title
Type: SystemString
mode
Type: SystemNullableInt32
isMultiselect
Type: SystemNullableBoolean

Return Value

Type: ActionResult
See Also