Click or drag to resize

SettingsDialogController Class

SettingsDialogController
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Dynamicweb.Management.Settings.DialogsSettingsDialogController

Namespace:  Dynamicweb.Management.Settings.Dialogs
Assembly:  Dynamicweb.Management.Settings (in Dynamicweb.Management.Settings.dll) Version: 2.3.35
Syntax
[RouteAreaAttribute("Admin")]
[RoutePrefixAttribute("Settings/Dialogs")]
public class SettingsDialogController : Controller

The SettingsDialogController type exposes the following members.

Constructors
  NameDescription
Public methodSettingsDialogController
Initializes a new instance of the SettingsDialogController class
Top
Methods
  NameDescription
Public methodCreateRepository
Creates the repository.
Public methodCreateRepository(SettingsDialogModel)
Creates the repository.
Public methodDeleteItemType(String)
Deletes the type of the item.
Public methodDeleteItemType(DeleteItemTypeDialogModel)
Deletes the type of the item.
Top
See Also