Click or drag to resize
TermRefinementColumnAddCondition Method (RefinementNode, ListBaseCondition, NativeRefinementSettings)

Namespace: Colygon.MatchPoint.Taxonomy
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public override void AddCondition(
	RefinementNode node,
	List<BaseCondition> conditions,
	NativeRefinementSettings nativeSettings
)

Parameters

node
Type: Colygon.MatchPoint.Core.WebParts.Refinement.ControlsRefinementNode
conditions
Type: System.Collections.GenericListBaseCondition
nativeSettings
Type: Colygon.MatchPoint.Common.RefinementNativeRefinementSettings
See Also