CamlCriteria Constructor (String, SPFieldType, Object) |
Initializes a new CamlCriteria instance.
Namespace: Colygon.MatchPoint.Common.CamlAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax 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