| 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
)
Public Shared Function GetVisits (
query As Query,
queryTotal As Boolean
) As QueryResult
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:
QueryResultAll visits matching specified search query.
See Also