Click or drag to resize
IssueRecipientsListExtender Class
Extends Unsubscription listing unigrid.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlExtender
    CMS.Base.Web.UIControlExtenderUniGrid
      CMS.Newsletters.Web.UIIssueRecipientsListExtender

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class IssueRecipientsListExtender : ControlExtender<UniGrid>

The IssueRecipientsListExtender type exposes the following members.

Constructors
  NameDescription
Public methodIssueRecipientsListExtender
Top
Properties
Methods
  NameDescription
Protected methodGetCountsDataHandler
Returns dictionary of contact groups per contact through issue contact group assignment. Key of the dictionary is the ID of contact.
Protected methodGetFullNamesDataHandler
Returns dictionary of contacts' full name through issue. Key of the dictionary is the ID of contact.
Protected methodGetStatusesDataHandler
Returns dictionary of contact groups per contact through issue contact group assignment. Key of the dictionary is the ID of contact.
Public methodInit
Initializes the extender using the specified control.
(Inherited from ControlExtenderTControl.)
Public methodOnInit
Initializes extender.
(Overrides ControlExtenderOnInit.)
Top
See Also