Provider.FormData class
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Temporary static cache to hold form data from the following process function.
- Inheritance hierarchy.
System.Object DemoConnector.Services.Provider.FormData
- Namespace. DemoConnector.Services
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- C# syntax.
public static class FormData
Provider.FormData properties
Provider.FormData.Output property
Sample string to hold processed data from our demo connector form.
- Namespace. DemoConnector.Services
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- C# syntax.
public static string Output { get; set; }
- Property value. Type: String
Last updated: Dec 10, 2015