Enum CatalogEventLevel
Flag to indicate which events to raise remotely.
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
[Flags]
public enum CatalogEventLevel
Remarks
"episerver.commerce:CatalogEventLevel" appSetting can be used to control
which catalog events will be raised remotely.
If the setting is not present, or has invalid value, the default level is All.
Combinations of levels can be used, for example
Fields
Name | Description |
---|---|
All | |
AssociationDeleted | |
AssociationUpdated | |
CatalogDeleted | |
CatalogLanguageUpdated | |
CatalogUpdated | |
EntryDeleted | |
EntryUpdated | |
NodeDeleted | |
NodeUpdated | |
None | |
RelationDeleted | |
RelationUpdated |