Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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