Table of Contents

Enum EditAction

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Specifies the type of edit action that can be performed.

[JsonConverter(typeof(StringEnumConverter))]
public enum EditAction

Fields

[EnumMember(Value = "Add")] Add = 1

Represents an add action.

[EnumMember(Value = "Remove")] Remove = 3

Represents a remove action.

[EnumMember(Value = "Update")] Update = 2

Represents an update action.