Click or drag to resize
ActivityPurchase Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityPurchase(
	string totalPriceAsString,
	int orderID,
	double totalPrice,
	ActivityContext variables
)

Parameters

totalPriceAsString
Type: SystemString
Formatted price
orderID
Type: SystemInt32
Order ID
totalPrice
Type: SystemDouble
Total price
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also