Hi All,
I know how it's possible to set programmatically the file upload paths es:
myEditor.Setting["security:ImageGalleryPath"] = "/mydir";
.. but I don't know how to read the current value of parameters in Default.config es, something like:
string myDir =
myEditor.Setting["security:ImageGalleryPath"];
Any hints?
Thanks
Wile E.