Click or drag to resize

CopyGridRowToPageDialogModel Class

CopyGridRowToPageDialogModel
Inheritance Hierarchy
SystemObject
  Dynamicweb.Management.Content.Dialogs.ModelsContentDialogModel
    Dynamicweb.Management.Content.Dialogs.ModelsCopyGridRowToPageDialogModel

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

The CopyGridRowToPageDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodCopyGridRowToPageDialogModel
Initializes a new instance of the CopyGridRowToPageDialogModel class
Top
Properties
  NameDescription
Public propertyArea
Gets or sets the area.
Public propertyGridRowId
Gets or sets the grid row id.
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