London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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