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.
Reference IListService implementation that manages a single IDataList for MAI integration.
System.Object
DemoConnector.Services.ListService
public class ListService : IListService
Default constructor builds the default list and associated metadata
public ListService()
Gets list of IDataList objects representing Database instances that this connector supports.
public IEnumerable<IDataList> GetDatabases()
Gets list of columns name which belongs to specified list, filtered out some columns if neccessary.
public IEnumerable<string> GetFilteredListColumns(
int listId
)
Gets list of columns name which belongs to specified list.
public IEnumerable<KeyValuePair<string, string>> GetListColumnRecords(
int listId
)
Gets list of columns name which belongs to specified list.
public IEnumerable<string> GetListColumns(
int listId
)
Gets lists of IDataLists which represent the Profiles.
public IEnumerable<IDataList> GetLists()
Last updated: Dec 10, 2015