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: 2019.2.1.0
Syntax
C#
public IndexField(
	Guid fieldId,
	SPFieldType fieldType,
	Object value
)

Parameters

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