Click or drag to resize

CompletionRuleServiceAssignRulesToShop 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.ShopsShop
rules
Type: System.Collections.GenericIEnumerableCompletionRule
See Also