With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Enum ChangeType

Describes a change made to an item.

Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public enum ChangeType

Fields

Name Description
Added

A new item was added.

Deleted

An existing item was deleted.

Modified

An existing item was modified.

Extension Methods