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>

AfterDeleteArgs(string, string, string, string)

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

Parameters

theProductId string
theRelatedProductId string
prodRelVariantIdStr string
relatedProductGroupId string

Fields

ProductId

public readonly string ProductId

Field Value

string

Products

public readonly IEnumerable<Product> Products

Field Value

IEnumerable<Product>

RelatedProductGroupId

public readonly string RelatedProductGroupId

Field Value

string

RelatedProductId

public readonly string RelatedProductId

Field Value

string

RelatedProductVariantId

public readonly string RelatedProductVariantId

Field Value

string

See Also

To top