Click or drag to resize
ICampaignAssetModelServiceGetStrategy Method
Returns specific campaign asset model service strategy.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
ICampaignAssetModelStrategy GetStrategy(
	string type
)

Parameters

type
Type: SystemString
Type of asset to work with.

Return Value

Type: ICampaignAssetModelStrategy
See Also