Click or drag to resize

QueryGroupAddRange Method

Adds the given list of items to the end of the group.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public virtual void AddRange(
	IEnumerable<IQueryElement> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableIQueryElement
Items to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionitems is null.
See Also