| UserDialogControllerMoveGroup Method (String, String) |
Namespace:
Dynamicweb.Management.Users.Dialogs
Assembly:
Dynamicweb.Management.Users (in Dynamicweb.Management.Users.dll) Version: 3.2.10
Syntax [RouteAttribute("MoveGroup")]
public ActionResult MoveGroup(
string title,
string source
)
<RouteAttribute("MoveGroup")>
Public Function MoveGroup (
title As String,
source As String
) As ActionResult
Parameters
- title
- Type: SystemString
- source
- Type: SystemString
Return Value
Type:
ActionResultSee Also