IMailingTemplatePageType interface

Version InfoThis topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector

Mailing template interface definition. Implement the mailing template interface in a provider's pagetype to indicate that PageData should push its content to the service API Mailing Template.

  • NamespaceEPiServer.MarketingAutomationIntegration.Core
  • Assembly. EPiServer.MarketingAutomationIntegration (in EPiServer.MarketingAutomationIntegration.dll) Version: 2.2.0.9000
  • C# syntax.
    public interface IMailingTemplatePageType
  • Properties MailingTemplateID (see below)

IMailingTemplatePageType.MailingTemplateID Property 

Gets or sets the mailing template identification.

  • Namespace. EPiServer.MarketingAutomationIntegration.Core
  • Assembly. EPiServer.MarketingAutomationIntegration (in EPiServer.MarketingAutomationIntegration.dll) Version: 2.2.0.9000
  • C# syntax.
    int MailingTemplateID { get; set; }
  • Property value. Type: Int32

Last updated: Dec 10, 2015