Click or drag to resize

QueryGroupGroup Method

Adds new nested group.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual bool Group(
	params IQueryElement[] contents
)

Parameters

contents
Type: Dynamicweb.Analytics.QueriesIQueryElement
Group contents.

Return Value

Type: Boolean
Value indicating whether criterion has been successfully added.
See Also