| QueryGroupAdd Method |
Adds new item at the end of the group.
Namespace:
Dynamicweb.Analytics.Queries
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public virtual bool Add(
IQueryElement item
)
Public Overridable Function Add (
item As IQueryElement
) As Boolean
Parameters
- item
- Type: Dynamicweb.Analytics.QueriesIQueryElement
Item to add.
Return Value
Type:
BooleanValue indicating whether item has been successfully added.
Exceptions See Also