Table of Contents

Class Ecommerce.ProductRelated.AfterDeleteArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about product related after delete.
public class Ecommerce.ProductRelated.AfterDeleteArgs : NotificationArgs
Inheritance
Ecommerce.ProductRelated.AfterDeleteArgs
Inherited Members

Remarks

The passed NotificationArgs is Ecommerce.ProductRelated.AfterDeleteArgs

Constructors

AfterDeleteArgs(IEnumerable<Product>)

public AfterDeleteArgs(IEnumerable<Product> products)

Parameters

products IEnumerable<Product>
See Also

AfterDeleteArgs(string, string, string, string)

public AfterDeleteArgs(string theProductId, string theRelatedProductId, string prodRelVariantIdStr, string relatedProductGroupId)

Parameters

theProductId string
theRelatedProductId string
prodRelVariantIdStr string
relatedProductGroupId string
See Also

Fields

ProductId

public readonly string ProductId

Field Value

string
See Also

Products

public readonly IEnumerable<Product> Products

Field Value

IEnumerable<Product>
See Also

RelatedProductGroupId

public readonly string RelatedProductGroupId

Field Value

string
See Also

RelatedProductId

public readonly string RelatedProductId

Field Value

string
See Also

RelatedProductVariantId

public readonly string RelatedProductVariantId

Field Value

string
See Also

See Also

To top