Click or drag to resize
ConversionInfoProviderSetConversionInfoInternal Method
Sets (updates or inserts) specified conversion.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetConversionInfoInternal(
	ConversionInfo conversionObj
)

Parameters

conversionObj
Type: CMS.WebAnalyticsConversionInfo
Conversion to be set
See Also