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 Program class represents a domain-specific Program instance.
System.Object
DemoConnector.Models.Program
public class Program
Initializes a new instance of the Program class.
public Program()
The internal ID of the Program. MAI will use this ID when calling into various service methods.
public int Id { get; set; }
The list ID with which this program instance is associated.
public int ListId { get; set; }
The name of the program.
public string Name { get; set; }
Notes about the program.
public string Notes { get; set; }
The state of the current program.
public ProgramState State { get; set; }
Last updated: Dec 09, 2015