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 CatalogLanguageEventArgs

A event argument for catalog language configuration changes

Inheritance
System.Object
CatalogLanguageEventArgs
Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogLanguageEventArgs : CatalogEventArgs

Constructors

CatalogLanguageEventArgs(String, CatalogChange)

Initializes a new instance of the CatalogLanguageEventArgs class.

Declaration
public CatalogLanguageEventArgs(string eventName, CatalogChange change)
Parameters
Type Name Description
System.String eventName

Name of the event.

CatalogChange change

Describes what change is made to the catalog.

Properties

CatalogId

Gets the catalog id.

Declaration
public int CatalogId { get; }
Property Value
Type Description
System.Int32