Click or drag to resize

VisitGetVisits Method (Query, Boolean)

Retrieves all visits matching specified search query.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static QueryResult GetVisits(
	Query query,
	bool queryTotal
)

Parameters

query
Type: Dynamicweb.Analytics.QueriesQuery
Search query.
queryTotal
Type: SystemBoolean
Value indicating whether to query the total number of results available (requires performing one additional request to the data source).

Return Value

Type: QueryResult
All visits matching specified search query.
See Also