Click or drag to resize
IndexField Constructor
Initialize a new IndexField instance.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IndexField(
	Guid fieldId,
	SPFieldType fieldType,
	Object value
)

Parameters

fieldId
Type: SystemGuid
fieldType
Type: SPFieldType
value
Type: SystemObject
See Also