Rainbow 2.0 Code Documentation

Settings. Method 

Suck in some more changes from an XmlNode. Handy for config file parenting.

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

Parameters

node
The node to read from

See Also

Settings Class | blowery.Web.HttpCompress Namespace