Click or drag to resize

QueryGroupAddAt Method

Adds new item at the specified position within the group.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual bool AddAt(
	IQueryElement item,
	int index
)

Parameters

item
Type: Dynamicweb.Analytics.QueriesIQueryElement
Item to add.
index
Type: SystemInt32
Item position.

Return Value

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