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: 9.12.2Syntax
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 |