Click or drag to resize

CompletionRuleServiceGetByIds Method

Namespace:  Dynamicweb.Ecommerce.Products.CompletionRules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<CompletionRule> GetByIds(
	IEnumerable<int> ruleIds
)

Parameters

ruleIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: IEnumerableCompletionRule
See Also