Click or drag to resize

ContentDialogController Class

Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Dynamicweb.Management.Content.DialogsContentDialogController

Namespace:  Dynamicweb.Management.Content.Dialogs
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
[RouteAreaAttribute("Admin")]
[RoutePrefixAttribute("Content/Dialogs")]
public class ContentDialogController : Controller

The ContentDialogController type exposes the following members.

Constructors
  NameDescription
Public methodContentDialogController
Initializes a new instance of the ContentDialogController class
Top
Methods
  NameDescription
Public methodCopyGridRowToPage(CopyGridRowToPageDialogModel)
Copies the grid row to a page.
Public methodCopyGridRowToPage(Int32, Int32, String)
Copies the grid row to a page.
Public methodCopyPage(InsertPageDialogModel)
Copies the page.
Public methodCopyPage(Int32, Int32, String, String, String, String)
Copies the page.
Public methodCopyParagraphsToPage(InsertParagraphsToPageDialogModel)
Copies the paragraphs to page.
Public methodCopyParagraphsToPage(Int32, String, String, Boolean)
Copies the paragraphs to page.
Public methodCreateFolder(Int32, NullableInt32)
Creates the folder.
Public methodCreateFolder(Int32, NullableInt32, String)
Creates the folder.
Public methodCreateShortcutPage(InsertPageDialogModel)
Creates shortcut page.
Public methodCreateShortcutPage(String, String, String)
Shows page selector for new page with shortcut.
Public methodMovePage(InsertPageDialogModel)
Moves the page.
Public methodMovePage(Int32, Int32, String, String, String, String)
Moves the page.
Public methodMoveParagraphsToPage(InsertParagraphsToPageDialogModel)
Moves the paragraphs to page.
Public methodMoveParagraphsToPage(Int32, String)
Moves the paragraphs to page.
Public methodRenameFolder(Int32)
Renames the folder.
Public methodRenameFolder(Int32, String)
Renames the folder.
Public methodSelectPage
Selects the page.
Public methodSelectPage(SelectPageDialogModel)
Selects the page.
Public methodSelectParagraph
Selects the paragraph.
Public methodSelectParagraph(SelectParagraphDialogModel)
Selects the paragraph.
Top
See Also