SaaS CMS has officially launched! Learn more now.

Class GadgetAction

Inheritance
System.Object
GadgetAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Gadgets
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components.")]
public class GadgetAction

Constructors

GadgetAction(String)

Declaration
public GadgetAction(string actionName)
Parameters
Type Name Description
System.String actionName

GadgetAction(String, String)

Declaration
public GadgetAction(string actionName, string cssClass)
Parameters
Type Name Description
System.String actionName
System.String cssClass

Properties

ActionName

Declaration
public string ActionName { get; }
Property Value
Type Description
System.String

CssClass

Declaration
public string CssClass { get; }
Property Value
Type Description
System.String

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods