Class ItemType
The ItemType enumeration defines the catalog object item types.
Inheritance
System.Object
    ItemType
  Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class ItemType : EnumFields
Bundle
Represents the bundle type.
Declaration
public const ItemType BundleField Value
| Type | Description | 
|---|---|
| ItemType | 
Custom1
Represents the user-defined type Custom1.
Declaration
public const ItemType Custom1Field Value
| Type | Description | 
|---|---|
| ItemType | 
Custom2
Represents the user-defined type Custom2.
Declaration
public const ItemType Custom2Field Value
| Type | Description | 
|---|---|
| ItemType | 
Custom3
Represents the user-defined type Custom3.
Declaration
public const ItemType Custom3Field Value
| Type | Description | 
|---|---|
| ItemType | 
DynamicPackage
Represents the dynamic package type.
Declaration
public const ItemType DynamicPackageField Value
| Type | Description | 
|---|---|
| ItemType | 
Package
Represents the package type.
Declaration
public const ItemType PackageField Value
| Type | Description | 
|---|---|
| ItemType | 
Product
Represents the product type.
Declaration
public const ItemType ProductField Value
| Type | Description | 
|---|---|
| ItemType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Variation
Represents the variation type.
Declaration
public const ItemType VariationField Value
| Type | Description | 
|---|---|
| ItemType | 
