Click or drag to resize

InsertParagraphsToPageDialogModel Class

InsertParagraphsToPageDialogModel
Inheritance Hierarchy
SystemObject
  Dynamicweb.Management.Content.Dialogs.ModelsContentDialogModel
    Dynamicweb.Management.Content.Dialogs.ModelsInsertParagraphsToPageDialogModel

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

The InsertParagraphsToPageDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodInsertParagraphsToPageDialogModel
Initializes a new instance of the InsertParagraphsToPageDialogModel class
Top
Properties
  NameDescription
Public propertyArea
Gets or sets the area.
Public propertyIsExperiment
Gets or sets a value indicating whether this instance is experiment.
Public propertyParagraphsIds
Gets or sets the paragraphs ids.
Public propertyParameters
Gets or sets the parameters.
Public propertySelected
Gets or sets the selected.
(Inherited from ContentDialogModel.)
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 propertyTitle
Gets or sets the title.
(Inherited from ContentDialogModel.)
Top
See Also