CampaignManager Constructor
Initializes a new instance of the CampaignManager class using the specified marketing system.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
parent As MarketingContext _
)
'Usage
Dim parent As MarketingContext
Dim instance As New CampaignManager(parent)
protected internal CampaignManager(
MarketingContext parent
)
protected public:
CampaignManager(
MarketingContext^ parent
)
protected internal function CampaignManager(
parent : MarketingContext
)
Parameters
- parent
Type: Microsoft.CommerceServer.Marketing..::.MarketingContext
The MarketingContext used to communicate with the web service.
Remarks
CampaignManager can be used for creating, deleting, activating, deactivating, restoring, moving or searching Campaign objects.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.