Click or drag to resize
ConversionInfoProviderGetConversionInfoInternal Method (String, String)
Returns conversion with specified name.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual ConversionInfo GetConversionInfoInternal(
	string conversionName,
	string siteName
)

Parameters

conversionName
Type: SystemString
Conversion name
siteName
Type: SystemString
Site name

Return Value

Type: ConversionInfo
See Also