Click or drag to resize

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
)

Parameters

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

Return Value

Type: ActionResult
See Also