Click or drag to resize
CamlCriteria Constructor (String, SPFieldType, Object)
Initializes a new CamlCriteria instance.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public CamlCriteria(
	string fieldName,
	SPFieldType fieldType,
	Object value
)

Parameters

fieldName
Type: SystemString
Specifies the field name of the CAML criteria.
fieldType
Type: SPFieldType
Specifies the field type.
value
Type: SystemObject
Specifies the field value.
See Also