Dynamicweb.Notifications Namespace : eCommerce.Product.AfterDeleteArgs Class |
The following tables list the members exposed by eCommerce.Product.AfterDeleteArgs.
Name | Description | |
---|---|---|
![]() | eCommerce.Product.AfterDeleteArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ExecutingContext | Gets the executing context. |
![]() | IsCleanUp | Gets a value indicating whether all additional information pertaining to the product was 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. |