RemoveItemCampaignActivityRequest Class
Specifies the parameters needed to remove an item from a campaign activity.
The RemoveItemCampaignActivityRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RemoveItemCampaignActivityRequest | Initializes a new instance of the RemoveItemCampaignActivityRequest class. |
Field | Description |
CampaignActivityId | Specifies the ID of the campaign activity. |
ItemId | Specifies the ID of the campaign activity item. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also