Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
The InProgram class is the default implementation of an InProgram class.
System.Object
DemoConnector.Models.InProgram
public class InProgram
Initializes a new instance of the InProgram class
public InProgram()
The date the program was entered.
public DateTime EnteredDate { get; set; }
The date the program was exited.
public Nullable<DateTime> ExitedDate { get; set; }
The program ID associated with the in InProgram object.
public int ProgramId { get; set; }
Last updated: Dec 09, 2015