IDVBCMCampaignEdit::recipeedit

Note:

There is not an equivalent Info method.

Method Signatures

 

C\C++

HRESULT get_RecipeEdit(

long lWait,

LPVARIANT vRecipeEdit)

VB

Public Property Get RecipeEdit(

ByVal lWait As Long) As Variant

Returns the recipe edit object of the campaign

Return Values

S_OK - success

else - failed

Memory Allocation

The caller is responsible for releasing its reference to the vRecipeEdit object.

Visual Basic Usage Example

Private Sub Button1_Click()
    Dim objCampaignEdit As DVBCMCampaignEdit
    Dim objRecipeEdit As DVBCMRecipeEdit
    Dim strCampaign As String
    GetCampaignID(strCampaign)
    GetCampaignEditObject(objCampaignEdit)
    objRecipeEdit = objCampaignEdit.RecipeEdit
End Sub

Parameter Name

Purpose

lWait

Optional. Default = 30000. Time to wait for a server resource in milliseconds.

vRecipeEdit

The base recipe edit object for the campaign.