| ConversionGoalProviderManagerGetProviderInstance Method (String) |
Create custom goal provider instance by provider name
Namespace:
Dynamicweb.Analytics.Goals
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static ConversionGoalProvider GetProviderInstance(
string ProviderName
)
Public Shared Function GetProviderInstance (
ProviderName As String
) As ConversionGoalProvider
Parameters
- ProviderName
- Type: SystemString
Custom goal provider name
Return Value
Type:
ConversionGoalProviderConversion goal provider instance
See Also