Click or drag to resize

SelectParagraphDialogModel Class

SelectParagraphDialogModel
Inheritance Hierarchy
SystemObject
  Dynamicweb.Management.Content.Dialogs.ModelsContentDialogModel
    Dynamicweb.Management.Content.Dialogs.ModelsSelectParagraphDialogModel

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

The SelectParagraphDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodSelectParagraphDialogModel
Initializes a new instance of the SelectParagraphDialogModel class
Top
Properties
  NameDescription
Public propertyPageID
Gets or sets the page identifier.
Public propertyParagraphID
Gets or sets the paragraph identifier.
Public propertyParagraphItemID
Gets or sets the paragraph item identifier.
Public propertyParagraphName
Gets or sets the name of the paragraph.
Public propertyParagraphsFilter
Gets or sets the paragraphs filter.
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