The Portrate Interview Engine

ICampaignElementContainer.SetCampaignElement Method

Sets the campaign element at the given index.

Overload List

Sets the campaign element at the given index.

[Visual Basic] Sub SetCampaignElement(ByVal ICampaignElement,ByVal Integer)
[C#] void SetCampaignElement(ICampaignElement,int);
[C++] void SetCampaignElement(ICampaignElement*,int);
[JScript] function SetCampaignElement(ICampaignElement,int);

Sets the campaign element at the given nested index. The index takes a hierarchical form such as '1.2.3.4'. Instances of this interface are constructed at each level in the hierarchy.

[Visual Basic] Sub SetCampaignElement(ByVal ICampaignElement,ByVal String)
[C#] void SetCampaignElement(ICampaignElement,string);
[C++] void SetCampaignElement(ICampaignElement*,String*);
[JScript] function SetCampaignElement(ICampaignElement,String);

See Also

ICampaignElementContainer Interface | Portrate.Interview.Model Namespace