Table of Contents

Class Ecommerce.Shops

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Class Shops. This class cannot be inherited.

public sealed class Ecommerce.Shops
Inheritance
Ecommerce.Shops
Inherited Members

Fields

AfterDelete

Occurs after shop has been deleted.

public const string AfterDelete = "DWN_SHOP_AFTER_DELETE"

Field Value

string

AfterSave

Occurs after shop was saved.

public const string AfterSave = "DWN_SHOP_AFTER_SAVE"

Field Value

string

BeforeDelete

Occurs when shop is going to be delete.

public const string BeforeDelete = "DWN_SHOP_BEFORE_DELETE"

Field Value

string

BeforeSave

Occurs before shop is going to be saved.

public const string BeforeSave = "DWN_SHOP_BEFORE_SAVE"

Field Value

string

ShopLanguagesCleared

The after shop language relations cleared

public const string ShopLanguagesCleared = "DWN_SHOPS_AfterLanguagesClearCache"

Field Value

string

ShopsCleared

The after shops cleared

public const string ShopsCleared = "DWN_SHOPS_AfterClearCache"

Field Value

string
To top