What does setUIProperty do ?

In Servoy 3.1.x I noticed the function setUIProperty(object,object) in the Application node of the editor. It doesn’t show any example code and the online help doesn’t mention it either.
It almost looks like an internal function that shouldn’t be exposed in the editor. If not, what does it do?

Can any of the Servoyans comment on this?

also, the application.updateUI(object) has an object now.

what can you do with it?

application.setUIProperty has been exposed to enable setting of the templates directory for webclient.

application.setUIProperty("templates.dir", "/home/me/templates");

The new argument to application.updateUI is a delay time (ms) before the UI is updated.

Rob