Click or drag to resize
ConversionInfoProviderGetConversionInfoInternal Method (Int32)
Returns conversion with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual ConversionInfo GetConversionInfoInternal(
	int conversionId
)

Parameters

conversionId
Type: SystemInt32
Conversion ID

Return Value

Type: ConversionInfo
See Also