Click or drag to resize

ConfirmMessageAction Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Core.UI.ActionsAction
    Dynamicweb.Management.ActionsConfirmMessageAction

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

The ConfirmMessageAction type exposes the following members.

Constructors
  NameDescription
Public methodConfirmMessageAction
Initializes a new instance of the ConfirmMessageAction class
Public methodConfirmMessageAction(String)
Initializes a new instance of the ConfirmMessageAction class
Public methodConfirmMessageAction(String, String)
Initializes a new instance of the ConfirmMessageAction class
Public methodConfirmMessageAction(String, String, String)
Initializes a new instance of the ConfirmMessageAction class
Top
Properties
  NameDescription
Public propertyButtonTitleCancel
Public propertyButtonTitleSubmitCancel
Public propertyButtonTitleSubmitOk
Public propertyCaption
Public propertyEnabled (Inherited from Action.)
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyMessage
Public propertyName (Inherited from Action.)
Public propertyOnCancelled
Public propertyOnConfirm
Public propertyTitle (Inherited from Action.)
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also