Click or drag to resize
ICampaignConversionItemFilterContainer Interface
Enables to register implementation of ICampaignConversionItemFilter to corresponding object type. These filters will be used before creating the BaseSelectorViewModel.

Namespace: CMS.WebAnalytics.Web.UI.Internal
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface ICampaignConversionItemFilterContainer

The ICampaignConversionItemFilterContainer type exposes the following members.

Methods
  NameDescription
Public methodGetFilter
Gets the previously registered ICampaignConversionItemFilter. If no filter is found, returns null.
Public methodRegisterFilter
Register given filter to the given objectType.
Top
See Also