Click or drag to resize

EcommerceProductBeforeDeleteArgs Constructor (String, String, String)

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public BeforeDeleteArgs(
	string productId,
	string productVariantId,
	string productLanguageId
)

Parameters

productId
Type: SystemString
productVariantId
Type: SystemString
productLanguageId
Type: SystemString
See Also