Click or drag to resize

OpenWindowAction Class

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

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

The OpenWindowAction type exposes the following members.

Constructors
  NameDescription
Public methodOpenWindowAction
Initializes a new instance of the OpenWindowAction class
Public methodOpenWindowAction(String)
Initializes a new instance of the OpenWindowAction class
Top
Properties
  NameDescription
Public propertyEnabled (Inherited from Action.)
Public propertyHeight
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyName (Inherited from Action.)
Public propertyOpenInNewTab
Public propertyTitle (Inherited from Action.)
Public propertyUrl
Public propertyWidth
Top
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also