Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Context for the entire marketing automation (MA) interface application. From here, you get access to the working MA provider.
System.Object
EPiServer.MarketingAutomationIntegration.Core.WorkingContext
public class WorkingContext : IWorkingContext
Instantiate the WorkingContext, with provider as ActiveProvider.
public WorkingContext(
IProvider provider
)
Return the IProvider instance fed.
public IProvider ActiveProvider { get; }
Gets the IWorkingContext object.
public static IWorkingContext Current { get; set; }
Last updated: Dec 10, 2015