| VisitActivityPath Property |
Gets or sets the list of pages that the user has visited (in the order of the visit date).
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public ItemCollection<int> Path { get; set; }
Public Property Path As ItemCollection(Of Integer)
Get
Set
Property Value
Type:
ItemCollectionInt32Remarks See Also