Table of Contents

Class Ecommerce.Product.ProductWorkflowStateChangedArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about product after workflow state changed.
public class Ecommerce.Product.ProductWorkflowStateChangedArgs : NotificationArgs
Inheritance
Ecommerce.Product.ProductWorkflowStateChangedArgs
Inherited Members

Remarks

The passed NotificationArgs is

Constructors

ProductWorkflowStateChangedArgs(Product, int)

Initializes a new instance of the Ecommerce.Product.AfterSaveArgs class.
public ProductWorkflowStateChangedArgs(Product product, int previousStateId)

Parameters

product Product
The product.
previousStateId int
See Also

Properties

PreviousStateId

public int PreviousStateId { get; }

Property Value

int
See Also

Product

Gets the product.
public Product Product { get; }

Property Value

Product
The product.
See Also

See Also

To top