The Portrate Interview Engine

ICampaignElementContainer.GetCampaignElement Method

Returns the campaign element at the given index. If the index does not have a corresponding element, then NULL should be returned.

Overload List

Returns the campaign element at the given index. If the index does not have a corresponding element, then NULL should be returned.

[Visual Basic] Function GetCampaignElement(ByVal Integer) As ICampaignElement
[C#] ICampaignElement GetCampaignElement(int);
[C++] ICampaignElement* GetCampaignElement(int);
[JScript] function GetCampaignElement(int): ICampaignElement;

Locates the current campaign element for the given index. Typically the campaign element returned will be a form ref. The index takes the form "1.2.3.4" where each '.' represents a nested "level" in the element hierarchy.

[Visual Basic] Function GetCampaignElement(ByVal String) As ICampaignElement
[C#] ICampaignElement GetCampaignElement(string);
[C++] ICampaignElement* GetCampaignElement(String*);
[JScript] function GetCampaignElement(String): ICampaignElement;

See Also

ICampaignElementContainer Interface | Portrate.Interview.Model Namespace