Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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