Click or drag to resize

CompletionRuleService.AssignRulesToShop Method

Namespace:  Dynamicweb.Ecommerce.Products.CompletionRules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void AssignRulesToShop(
	Shop shop,
	IEnumerable<CompletionRule> rules
)

Parameters

shop
Type: Dynamicweb.Ecommerce.Shops.Shop
rules
Type: System.Collections.Generic.IEnumerable<CompletionRule>
See Also