|
InfoWebXMLWebServiceGetCampaigns Method |
Returns all of the campaigncodes for a title. It will return all campaigns that are active on the supplied date. If no date is set, it will use todays date.
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- titleCode String
- The code for the susbcription title
- ondate NullableDateTime
- Ondate - it will only be returned campaigns that are active on this date. If no date is supplied it will be set to todays date.
Return Value
InfoWebCampaignCodeA collection of InfoWebCampaignCode objects, if no campaign was found it returns an empty collection.
See Also