Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class Undo

Class that plugs in the built in undo functionality.

Inheritance
System.Object
Undo
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.Plugins
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[TinyMCEPluginButton(LanguagePath = "/admin/tinymce/plugins/advanced/undo", GroupName = "misc", ButtonSortIndex = 10, ButtonName = "undo", PlugInName = "advanced", IconClass = "mce_undo")]
public class Undo

Constructors

Undo()

Declaration
public Undo()

Extension Methods