Click or drag to resize

CompletionRuleServiceGetUsages Method (IEnumerableCompletionRule)

Namespace:  Dynamicweb.Ecommerce.Products.CompletionRules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<KeyValuePair<CompletionRule, IEnumerable<CompletionSettingsSource>>> GetUsages(
	IEnumerable<CompletionRule> rules
)

Parameters

rules
Type: System.Collections.GenericIEnumerableCompletionRule

Return Value

Type: IEnumerableKeyValuePairCompletionRule, IEnumerableCompletionSettingsSource
See Also