Reads the XML configuration elements for this campaign. This method will read 'section' and 'formRef' elements from the configuration. Each of the configuration elements must have an 'index' attribute that is used to determine their sequence index in the campaign. The 'formRef' element must reference its form by its 'name' attribute.
[Visual Basic] Overrides Public Sub Configure( _ ByVal config As XmlElement _ ) _ Implements IXmlConfigurable.Configure [C#] public override void Configure( XmlElement config ); [C++] public: void Configure( XmlElement* config ); [JScript] public override function Configure( XmlElement config );
DPLCampaignElementContainer Class | Portrate.Interview.Model Namespace