| UserDialogController Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Management.Users.Dialogs
Assembly:
Dynamicweb.Management.Users (in Dynamicweb.Management.Users.dll) Version: 3.2.10
Syntax [RouteAreaAttribute("Admin")]
[RoutePrefixAttribute("Users/Dialogs")]
public class UserDialogController : Controller
<RouteAreaAttribute("Admin")>
<RoutePrefixAttribute("Users/Dialogs")>
Public Class UserDialogController
Inherits Controller
The UserDialogController type exposes the following members.
Constructors Methods
| Name | Description |
---|
| MoveGroup(MoveGroupDialogModel) | |
| MoveGroup(String, String) | |
| SelectUser(String, NullableBoolean, NullableBoolean, NullableBoolean) | |
| SelectUser(NullableInt32, String, NullableBoolean, NullableBoolean, NullableBoolean) | |
| SelectUserGroup(String, NullableInt32, NullableBoolean) | |
| SelectUserGroup(String, NullableInt32, String, String, NullableBoolean) | |
TopSee Also