Class Ecommerce.Shops.BeforeSaveArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about shop before shop is going to be saved.
- Inheritance
-
Ecommerce.
Shops. Before Save Args
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.
Constructors
BeforeSaveArgs(Shop)
Initializes a new instance of the Ecommerce.
Parameters
shop
ShopThe shop.
Properties
Shop
Gets the shop.
Property Value
- Shop
The shop.
ShopBeforeChanges
Gets previous state of the shop.
Property Value
- Shop
The shop.
StopExecution
Gets or sets a value indicating whether to stop the save process. If true then the save process is interrupted.
Property Value
- bool
true
if save process should be interrupted; otherwise,false
.