Welcome!

This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!

1

1
Thales Parreira
On 8/20/19, 1:32 PM

Hi Ferros,

You can do it by adding a key and a value to the "maisPropriedades" node in the Configuracoes.xml file. The syntax is as follows:

<maisPropriedades>   
    <item>
        <key>
            <string>KEY_NAME</string>
        </key>
        <value>
            <string>VALUE</string>
        </value>
    </item>
</maisPropriedades>


In order to get the value all you have to is:

var value = Configuracao.GetPropriedade("KEY_NAME");

Keep Informed

About the Community

This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Read Guidelines

Question tools

6 follower(s)

Stats

Asked: 8/20/19, 1:22 PM
Seen: 1487 times
Last updated: 9/26/19, 5:03 PM