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 GlobalPropertyMergeChanges

Inheritance
System.Object
GlobalPropertyMergeChanges
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
public abstract class GlobalPropertyMergeChanges

Constructors

GlobalPropertyMergeChanges(String, String, String, GlobalPropertyMergeChanges.ObjectType)

Declaration
public GlobalPropertyMergeChanges(string plugin, string property, string newValue, GlobalPropertyMergeChanges.ObjectType type)
Parameters
Type Name Description
System.String plugin
System.String property
System.String newValue
GlobalPropertyMergeChanges.ObjectType type

Properties

NewValue

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

Plugin

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

Property

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

Type

Declaration
public GlobalPropertyMergeChanges.ObjectType Type { get; }
Property Value
Type Description
GlobalPropertyMergeChanges.ObjectType

Extension Methods