Click or drag to resize

QueryGroupAdd Method

Adds new item at the end of the group.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual bool Add(
	IQueryElement item
)

Parameters

item
Type: Dynamicweb.Analytics.QueriesIQueryElement
Item to add.

Return Value

Type: Boolean
Value indicating whether item has been successfully added.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also