DoActivateCampaignItem Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Protected Sub DoActivateCampaignItem ( _
    campaignItemId As Integer, _
    active As Boolean, _
    timestamp As DateTime _
)
'Usage
Dim campaignItemId As Integer
Dim active As Boolean
Dim timestamp As DateTime

Me.DoActivateCampaignItem(campaignItemId, _
    active, timestamp)
protected void DoActivateCampaignItem(
    int campaignItemId,
    bool active,
    DateTime timestamp
)
protected:
void DoActivateCampaignItem(
    int campaignItemId, 
    bool active, 
    DateTime timestamp
)
protected function DoActivateCampaignItem(
    campaignItemId : int, 
    active : boolean, 
    timestamp : DateTime
)

Parameters

  • timestamp
    Type: System..::.DateTime
    The LastModified timestamp of the item to be Activated. If the time stamp does not match the information in the database, it indicates the race condition.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

MarketingServices Class

MarketingServices Members

Microsoft.CommerceServer.Marketing Namespace