A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Interface for retrieving lists and columns.
public interface IListService
Get a list of available databases.
IEnumerable<IDataList> GetDatabases()
Gets column names of a specified list, with possible filtered-out columns.
IEnumerable<string> GetFilteredListColumns(
int listId
)
Gets column names of a specified list.
IEnumerable<KeyValuePair<string, string>> GetListColumnRecords(
int listId
)
Gets column names of a specified list.
IEnumerable<string> GetListColumns(
int listId
)
Get a list of profiles.
IEnumerable<IDataList> GetLists()
Last updated: Dec 10, 2015