Click or drag to resize

NotificationSubscriberBaseSetProductInformation Method (DictionaryProduct, Double, User)

Sets the product information in Dynamicweb for all the products passed.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
protected void SetProductInformation(
	Dictionary<Product, double> products,
	User user = null
)

Parameters

products
Type: System.Collections.GenericDictionaryProduct, Double
The products to be updated.
user (Optional)
Type: Dynamicweb.Security.UserManagementUser
The user.
See Also