Hi all

A new functoid has been added to the collection of functoids that an be downloaded
at http://www.eliasen.eu/Downloadsoftware.aspx.

The functoid simply takes one parameter, which is used as a key against BizTalks app.config
(The BTSNTSvc.exe.config file in BizTalks installation folder) to read an application
setting from the appSettings group.

So given a .config file like this:

<appSettings>
<add key=”eliasen” value=”eliasenValue” />
</appSettings>

and the parameter “eliasen” to the functoid, it will return “eliasenValue”. If the
key cannot be found, an empty string is returned.

And the documentation has also been updated – look at http://www.eliasen.eu/DownloadSoftware.aspx



eliasen