Get a set of campaigns.
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<EmailCampaign> GetCampaigns( Nullable<DateTime> modifiedSince )
Parameters
- modifiedSince
- Type:
System Nullable
DateTime
limit campaigns to campaigns modified since the supplied date
Return Value
Returns a list of campaigns.See Also