The Portrate Interview Engine

DPLConfig.Configure Method

Reads the root document element from the given document and creates instances of DPLCampaign. The root element MUST be named 'dplConfig'.

Overload List

Reads the root document element from the given document and creates instances of DPLCampaign. The root element MUST be named 'dplConfig'.

[Visual Basic] Public Sub Configure(ByVal XmlDocument)
[C#] public void Configure(XmlDocument);
[C++] public: void Configure(XmlDocument*);
[JScript] public function Configure(XmlDocument);

Reads the child nodes from the given configuration node and initializes the instance.

[Visual Basic] Public Sub Configure(ByVal XmlNode)
[C#] public void Configure(XmlNode);
[C++] public: void Configure(XmlNode*);
[JScript] public function Configure(XmlNode);

See Also

DPLConfig Class | Portrate.Interview.Model Namespace