Click or drag to resize

GroupField Constructor (String, Boolean)

Initializes a new groupField instance.

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public GroupField(
	string fieldName,
	bool collapse
)

Parameters

fieldName
Type: SystemString
Specifies the field name.
collapse
Type: SystemBoolean
Specifies whether or not to collapse the group field.
See Also