Click or drag to resize

QueryGroupRemove Method

Removes the given item from the group.

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

Parameters

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

Return Value

Type: Boolean
Value indicating whether item has been successfully removed.
See Also