The application that we are implementing our cutesoft.net editor in has the Folder structure stored in a database table and the images stored in another database table. The Image table has a FK to the Folder table telling us what Images are in what folders. I'm reusing a lot of the SqlSample code in the HOWTO area.
Is there a way to pass our Folder PK(PrimaryKey) in and out of cutesoft editor?.. All i saw on the CuteEditor.Impl.DirectoryItem class was Path, Name, and ChildCount properties. I'm hoping that there is a non-documented way to pass in our "FolderID" and get it returned back when a Folder is selected. Of course the same with images.. Get the ImageID returned to us.
Hoping That i don't have to do a big workaround here..
Best Regards,
Bensch