Click or drag to resize
AbstractAssetModelStrategyCreateConversion Method
Creates conversion and stores it in DB.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax
C#
protected ConversionInfo CreateConversion(
	string conversionDisplayName,
	int siteID
)

Parameters

conversionDisplayName
Type: SystemString
Name of the new conversion
siteID
Type: SystemInt32
Site ID

Return Value

Type: ConversionInfo
See Also