Click or drag to resize

QueryGroupGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public IEnumerator<IQueryElement> GetEnumerator()

Return Value

Type: IEnumeratorIQueryElement
An enumerator that iterates through the collection.
See Also