A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
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