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
- campaignItemId
Type: System..::.Int32
Reserved for internal use only.
- active
Type: System..::.Boolean
Reserved for internal use only.
- 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
- 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.