ConstantContact GetCampaigns Method (Nullable CampaignStatus , Nullable Int32 , Nullable DateTime , Pagination) CTCT Wrapper Documented Class Library
Get a set of campaigns.

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<EmailCampaign> GetCampaigns(
	Nullable<CampaignStatus> status,
	Nullable<int> limit,
	Nullable<DateTime> modifiedSince,
	Pagination pagination
)

Parameters

status
Type: OnlineSystem Nullable CampaignStatus 
Returns list of email campaigns with specified status.
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 500, default = 500.
modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit campaigns to campaigns modified since the supplied date
pagination
Type: CTCT.Components Pagination
Pagination object supplied by a previous call to GetCampaigns when another page is present

Return Value

Returns a list of campaigns.
See Also