| EcommerceProductProductGroupRelationDeletedArgs Constructor (String, String) |
Namespace:
Dynamicweb.Ecommerce.Notifications
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public ProductGroupRelationDeletedArgs(
string productId,
string groupId
)
Public Sub New (
productId As String,
groupId As String
)
Parameters
- productId
- Type: SystemString
- groupId
- Type: SystemString
See Also