Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CatalogEventLevel

Flag to indicate which events to raise remotely.

Inheritance
System.Object
CatalogEventLevel
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class CatalogEventLevel : Enum
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

All

Declaration
public const CatalogEventLevel All
Field Value
Type Description
CatalogEventLevel

AssociationDeleted

Declaration
public const CatalogEventLevel AssociationDeleted
Field Value
Type Description
CatalogEventLevel

AssociationUpdated

Declaration
public const CatalogEventLevel AssociationUpdated
Field Value
Type Description
CatalogEventLevel

CatalogDeleted

Declaration
public const CatalogEventLevel CatalogDeleted
Field Value
Type Description
CatalogEventLevel

CatalogLanguageUpdated

Declaration
public const CatalogEventLevel CatalogLanguageUpdated
Field Value
Type Description
CatalogEventLevel

CatalogUpdated

Declaration
public const CatalogEventLevel CatalogUpdated
Field Value
Type Description
CatalogEventLevel

EntryDeleted

Declaration
public const CatalogEventLevel EntryDeleted
Field Value
Type Description
CatalogEventLevel

EntryUpdated

Declaration
public const CatalogEventLevel EntryUpdated
Field Value
Type Description
CatalogEventLevel

NodeDeleted

Declaration
public const CatalogEventLevel NodeDeleted
Field Value
Type Description
CatalogEventLevel

NodeUpdated

Declaration
public const CatalogEventLevel NodeUpdated
Field Value
Type Description
CatalogEventLevel

None

Declaration
public const CatalogEventLevel None
Field Value
Type Description
CatalogEventLevel

RelationDeleted

Declaration
public const CatalogEventLevel RelationDeleted
Field Value
Type Description
CatalogEventLevel

RelationUpdated

Declaration
public const CatalogEventLevel RelationUpdated
Field Value
Type Description
CatalogEventLevel

value__

Declaration
public int value__
Field Value
Type Description
System.Int32