Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Question

How do I store and read properties?

Answer

You can store and read string properties using this code:

// Save a property
GUIPropertyManager.SetProperty("#status", "Ready");

// Read a property value
string strUrl = GUIPropertyManager.GetProperty("#urltonavigate");

   

 

This page has no comments.