Click or drag to resize

EcommerceProductRelatedAfterDeleteArgs Constructor (String, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public AfterDeleteArgs(
	string theProductId,
	string theRelatedProductId,
	string prodRelVariantIdStr,
	string relatedProductGroupId
)

Parameters

theProductId
Type: SystemString
theRelatedProductId
Type: SystemString
prodRelVariantIdStr
Type: SystemString
relatedProductGroupId
Type: SystemString
See Also