Click or drag to resize

UserDialogController Class

Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Dynamicweb.Management.Users.DialogsUserDialogController

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

The UserDialogController type exposes the following members.

Constructors
  NameDescription
Public methodUserDialogController
Initializes a new instance of the UserDialogController class
Top
Methods
  NameDescription
Public methodMoveGroup(MoveGroupDialogModel)
Public methodMoveGroup(String, String)
Public methodSelectUser(String, NullableBoolean, NullableBoolean, NullableBoolean)
Public methodSelectUser(NullableInt32, String, NullableBoolean, NullableBoolean, NullableBoolean)
Public methodSelectUserGroup(String, NullableInt32, NullableBoolean)
Public methodSelectUserGroup(String, NullableInt32, String, String, NullableBoolean)
Top
See Also