Click or drag to resize
MostActiveContactSelector Class
Provides method for selecting single contact from many according to "Select most active contact" setting.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingMostActiveContactSelector

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class MostActiveContactSelector : IContactSelector

The MostActiveContactSelector type exposes the following members.

Constructors
  NameDescription
Public methodMostActiveContactSelector
Top
Methods
  NameDescription
Public methodSelectContact
Returns most active contact from the given collection.
Top
See Also