Click or drag to resize
ConversionInfoProviderDeleteConversionInfo Method (Int32)
Deletes conversion with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax
C#
public static void DeleteConversionInfo(
	int conversionId
)

Parameters

conversionId
Type: SystemInt32
Conversion ID
See Also