ConstantContact GetCampaigns Method (Nullable DateTime ) 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<DateTime> modifiedSince
)

Parameters

modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit campaigns to campaigns modified since the supplied date

Return Value

Returns a list of campaigns.
See Also