Class GlobalPropertyMergeObjectChanges
Change object for objects
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.4Syntax
public class GlobalPropertyMergeObjectChanges : GlobalPropertyMergeChanges
Constructors
GlobalPropertyMergeObjectChanges(String, String, String, Object)
Declaration
public GlobalPropertyMergeObjectChanges(string plugin, string property, string newValue, object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | plugin | |
| System.String | property | |
| System.String | newValue | |
| System.Object | obj |
Properties
Obj
Declaration
public object Obj { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |