Click or drag to resize
CamlCriteriaGroup Constructor
Initializes a new CamlCriteriaGroup instance.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public CamlCriteriaGroup(
	LogicalOperator op,
	params ICamlCriteria[] criterias
)

Parameters

op
Type: Colygon.MatchPoint.CommonLogicalOperator
Defines the logical operator used to link the different criteria of this group.
criterias
Type: Colygon.MatchPoint.Common.CamlICamlCriteria
Specifies a list of CAML criteria that are part of this group.
See Also