  | QueryGroupRemove Method  | 
 
            Removes the given item from the group.
            
 
    Namespace: 
   Dynamicweb.Analytics.Queries
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic virtual bool Remove(
	IQueryElement item
)
Public Overridable Function Remove ( 
	item As IQueryElement
) As Boolean
Parameters
- item
 - Type: Dynamicweb.Analytics.QueriesIQueryElement
Item to remove. 
Return Value
Type: 
BooleanValue indicating whether item has been successfully removed.
See Also