Click or drag to resize

QueryGroupRemoveRange Method

Removes the given list of items from the group.

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

Parameters

items
Type: System.Collections.GenericIEnumerableIQueryElement
Items to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionitems is null.
Remarks