A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
The DataList class represents a domain specific data list, which can a list of contacts, resources, buildings, or anything else.
System.Object
DemoConnector.Models.DataList
public class DataList
Initializes a new instance of the DataList class
public DataList()
The DataList type exposes the following public class members.
The internal Id of the list. MAI will use this ID when calling into various service methods.
public int Id { get; set; }
Display name of the list.
public string Name { get; set; }
The name of the parent of this list.
public string ParentName { get; set; }
Last updated: Dec 09, 2015