SaaS CMS has officially launched! Learn more now.

Class GlobalPropertyMergeAttributeChanges

Change object for attributes

Inheritance
System.Object
GlobalPropertyMergeAttributeChanges
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: 7.19.2
Syntax
public class GlobalPropertyMergeAttributeChanges : GlobalPropertyMergeElementChanges

Constructors

GlobalPropertyMergeAttributeChanges(String, String, String, GlobalPropertyMergeElement, GlobalPropertyMergeAttribute)

Declaration
public GlobalPropertyMergeAttributeChanges(string plugin, string property, string newValue, GlobalPropertyMergeElement element, GlobalPropertyMergeAttribute attribute)
Parameters
Type Name Description
System.String plugin
System.String property
System.String newValue
GlobalPropertyMergeElement element
GlobalPropertyMergeAttribute attribute

Properties

Attribute

Declaration
public GlobalPropertyMergeAttribute Attribute { get; }
Property Value
Type Description
GlobalPropertyMergeAttribute

Extension Methods