ADO.NET Provider for Mailchimp

Build 26.0.9655

CampaignFolders

Lists folders used to organize campaigns within the account.

Table-Specific Information

SELECT, INSERT, UPDATE, and DELTE are supported for CampaignFolders.

Select

The provider uses the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
Id=

For example, the following query is processed server-side:

SELECT * FROM CampaignFolders WHERE Id = '1245'

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The unique identifier of the campaign folder within the Mailchimp account.

Name String False

The display name of the campaign folder as shown in the Mailchimp interface.

Count Integer True

The total number of campaigns currently stored in this folder.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655