Click or drag to resize
NewsletterSubscriptionActionDataProvider Class
Class for providing additional data for NewsletterSubscriptionAction that will be displayed in automation process designer.
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationActionDataProvider
    CMS.Newsletters.Web.UINewsletterSubscriptionActionDataProvider

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax
C#
public sealed class NewsletterSubscriptionActionDataProvider : AutomationActionDataProvider

The NewsletterSubscriptionActionDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodNewsletterSubscriptionActionDataProvider
Top
Properties
  NameDescription
Public propertyDisplayInformationIcon
Indicates whether a step should display icon for accessing additional step information which is provided by GetStepInformation(Int32) method.
(Inherited from AutomationActionDataProvider.)
Top
Methods
  NameDescription
Public methodGetStepDescription
Returns description in HTML format for "Newsletter subscription" steps.
(Overrides AutomationActionDataProviderGetStepDescription(Int32).)
Public methodGetStepInformation
Returns HTML representation of additional information that will be displayed in automation designer for a step specified by stepId.
(Inherited from AutomationActionDataProvider.)
Top
See Also