View Source
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Constructors
View Source
Declaration
public JsonPayload(int id, Guid? key, TreeChangeTypes changeTypes)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Nullable<Guid> |
key |
|
TreeChangeTypes |
changeTypes |
|
Properties
View Source
Declaration
public TreeChangeTypes ChangeTypes { get; }
Property Value
View Source
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public Guid? Key { get; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|