Adam,
I know how to get the CS2007 Folder Value for each of my Users.
I looked at the CuteEditorWrapper.cs file and am at a loss as to where (section) to begin coding in there.
Should I be working with the "ApplyConfigurationOption" function? If so, do I need to be doing something with the "AddParsedSubObject" as well.
Also are the commands below the exact syntax of those Editor settings you mentioned:
Editor1.Setting["security:ImageGalleryPath"]=Value
Editor1.Setting["security:MediaGalleryPath"]=Value
Editor1.Setting["security:FlashGalleryPath"]=Value
Editor1.Setting["security:FilesGalleryPath"]=Value
Furthermore, I am assumiing that I do nothing with the various security.config files with regard to these settings once coded in the wrapper.
Is this correct?
Thanks.