ProductState Enum

Definition

Defines values for ProductState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ProductState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ProductState = 
Public Enum ProductState
Inheritance
ProductState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

NotPublished 0
Published 1

Applies to