Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
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