Take the community feedback survey now.

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