Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Settings.aspx

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

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Settings.ascx.cs" Inherits="DemoConnector.Settings" %>
<asp:PlaceHolder runat="server" ID="uxSettings">
    <div class="epi-contentContainer epi-padding">
        <h1 class="EP-prefix">Hello DemoConnector</h1>
    </div>
</asp:PlaceHolder>

Last updated: Dec 14, 2015