Settings.aspx
Version Info: This 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