London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ToolbarRow

Container class for settings regarding the editor toolbar.

Inheritance
System.Object
ToolbarRow
Inherited Members
System.Object.ToString()
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.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ToolbarRow

Constructors

ToolbarRow()

Initializes a new instance of the ToolbarRow class.

Declaration
public ToolbarRow()

ToolbarRow(ICollection<String>)

Initializes a new instance of the ToolbarRow class.

Declaration
public ToolbarRow(ICollection<string> buttons)
Parameters
Type Name Description
System.Collections.Generic.ICollection<System.String> buttons

A collection of button plugins.

Properties

Buttons

Gets the buttons in this toolbar row.

Declaration
public IList<string> Buttons { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Extension Methods