Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetMarketingActivityByCode Method

Gets the marketing activity by code.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebMarketingActivity GetMarketingActivityByCode(
	string marketingActivityCode,
	string titleCode
)

Parameters

marketingActivityCode  String
The marketing activity code.
titleCode  String
The code for the subscription title

Return Value

InfoWebMarketingActivity
An InfoWebMarketingActivity object
See Also