Click or drag to resize

InsertPageDialogModel Class

InsertPageDialogModel
Inheritance Hierarchy

Namespace:  Dynamicweb.Management.Content.Dialogs.Models
Assembly:  Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax
public class InsertPageDialogModel : SelectPageDialogModel

The InsertPageDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodInsertPageDialogModel
Initializes a new instance of the InsertPageDialogModel class
Top
Properties
  NameDescription
Public propertyInsertPageWithState
Gets or sets the state of the insert page with.
Public propertyParameters
Gets or sets the parameters.
(Inherited from SelectPageDialogModel.)
Public propertySelected
Gets or sets the selected.
(Inherited from ContentDialogModel.)
Public propertySelectedAreaAndPageName
Gets or sets the name of the selected area and page.
(Inherited from SelectPageDialogModel.)
Public propertySelectedAreaId
Gets or sets the selected area identifier.
(Inherited from ContentDialogModel.)
Public propertySelectedNodePath
Gets or sets the selected node path.
(Inherited from ContentDialogModel.)
Public propertySelectedPageItemId
Gets or sets the selected page item identifier.
(Inherited from SelectPageDialogModel.)
Public propertySelectedPageName
Gets or sets the name of the selected page.
(Inherited from SelectPageDialogModel.)
Public propertyShowAreaSelector
Gets or sets the selected page item identifier.
(Inherited from SelectPageDialogModel.)
Public propertySourcePage
Gets or sets the source page.
Public propertyStep
Gets or sets the step.
Public propertyTitle
Gets or sets the title.
(Inherited from ContentDialogModel.)
Top
See Also