Dynamicweb.Notifications Namespace : eCommerce.Product.BeforeDeleteArgs Class |
For a list of all members of this type, see eCommerce.Product.BeforeDeleteArgs members.
Name | Description | |
---|---|---|
ExecutingContext | Gets the executing context. | |
IsCleanUp | Gets a value indicating whether all additional information pertaining to the product is deleted. | |
Product | Gets the product. Will return null is ExecutingContext is not SingleProduct. | |
ProductCollection | Gets the product collection. Will return null if ExecutingContext is not ProductCollection. | |
ProductID | Gets the product ID. Will return null if ExecutingContext is not SingleProduct. | |
ProductLanguageID | Gets the product language ID. Will return null if ExecutingContext is not SingleProduct. | |
ProductVariantID | Gets the product variant ID. Will return null if ExecutingContext is not SingleProduct. | |
StopExecution | Gets or sets a value indicating whether to stop the delete process. If true then the delete process is interrupted. |