Click or drag to resize

GroupField Constructor (Guid, Boolean)

Initializes a new groupField instance.

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public GroupField(
	Guid id,
	bool collapse
)

Parameters

id
Type: SystemGuid
Specifies the ID of the group field.
collapse
Type: SystemBoolean
Specifies whether or not to collapse the group field.
See Also