Click or drag to resize

SetValueAction Class

Set the value of an HTML input element
Inheritance Hierarchy
SystemObject
  Dynamicweb.Core.UI.ActionsAction
    Dynamicweb.Management.ActionsSetValueAction

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

The SetValueAction type exposes the following members.

Constructors
  NameDescription
Public methodSetValueAction
Create a new instance of SetValueAction.
Public methodSetValueAction(String, String)
Creates a new instance of SetValueAction by specifying a target HTML input element and a value to apply to it
Top
Properties
  NameDescription
Public propertyEnabled (Inherited from Action.)
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyName (Inherited from Action.)
Public propertyTarget
The name or id of the target HTML input element.
Public propertyTitle (Inherited from Action.)
Public propertyValue
The value to set
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also