Click or drag to resize

ModalAction Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public class ModalAction : Action

The ModalAction type exposes the following members.

Constructors
  NameDescription
Public methodModalAction
Initializes a new instance of the ModalAction class
Public methodModalAction(String)
Initializes a new instance of the ModalAction class
Public methodModalAction(String, Object)
Initializes a new instance of the ModalAction class
Top
Properties
  NameDescription
Public propertyEnabled (Inherited from Action.)
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyModel
Public propertyName (Inherited from Action.)
Public propertyResult
Public propertyTitle (Inherited from Action.)
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also