| VisitProfileParse Method |
Parses the visit profiles by using the given visit.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static VisitProfile Parse(
Visit visit
)
Public Shared Function Parse (
visit As Visit
) As VisitProfile
Parameters
- visit
- Type: Dynamicweb.AnalyticsVisit
A reference to a visit.
Return Value
Type:
VisitProfileParsed visit profile.
Exceptions Remarks See Also