Click or drag to resize

SelectPageDialogModel Class

SelectPageDialogModel
Inheritance Hierarchy

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

The SelectPageDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodSelectPageDialogModel
Initializes a new instance of the SelectPageDialogModel class
Top
Properties
  NameDescription
Public propertyParameters
Gets or sets the parameters.
Public propertySelected
Gets or sets the selected.
(Inherited from ContentDialogModel.)
Public propertySelectedAreaAndPageName
Gets or sets the name of the selected area and page.
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.
Public propertySelectedPageName
Gets or sets the name of the selected page.
Public propertyShowAreaSelector
Gets or sets the selected page item identifier.
Public propertyTitle
Gets or sets the title.
(Inherited from ContentDialogModel.)
Top
See Also