Enum CanvasStatus
A list of the types of changes that can be made to data within a canvas
Namespace: LemonEdge.API.ComplexTypes
Assembly: API.dll
Syntax
public enum CanvasStatus : short
Fields
Name | Description |
---|---|
CreatedInCanvasOnly | Indicates this item only exists in this canvas, and was not copied from the main system. Promoting it will result in this item being added to the main system. |
DeletedInCanvasFromMain | Indicates this item exists in the main system, and was copied from there into this canvas, but has subsequently been deleted. Promoting it will result in this item being deleted from the main system. |
UpdatedFromMainIntoCanvas | Indicates this item exists in the main system, and was copied from there into this canvas. Any changes can only be promoted if they are later than changes in the main system itself. |