Click or drag to resize
ConversionInfoProviderGetConversions Method
Returns a query for all the ConversionInfo objects.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ConversionInfo> GetConversions()

Return Value

Type: ObjectQueryConversionInfo
See Also