The demo's look great but I have not seen via the demo source or support document answers to the below questions.
How can I access, read, write display the "properties" attributes found in the config files shown below?
Also, what about userid attribute, can that be accessed?
And how would a developer set username attribute to something other then (Guest)?
Lastly, I notice that many of the responses show examples where C# is used to access the DotNetGallery. Are there any examples and is it possibly to access the DotNetGallery via VB.NET?
image config file
<photo properties="" >
<comment userid="" username="(Guest)" />
</photo>
category config file
<category description="" properties="">
<comment userid="" username="(Guest)" />
</category>
default album config
<album name="(Default Album)" nextcategoryid="4" lastPhotoTime="2011-03-30 02:05:01">
<category id="1" />
<category id="3" />
</album>