Hi,
There properties mean swap-able modules.
For example Layout means the CuteSoft_Client/Gallery/Layout/ ,(while ConsoleLayout means CuteSoft_Client/Gallery/Editor/)
If you choose different Layout , the Gallery will show different UI .
In the future , we will add more and more module , so the customer can choose their favor.
--
AlbumID means a collection of the Current Gallery to be shown or managed.
If developer set it value to a unique string , the Gallery will create a folder for it .
For example :
GalleryBrowser1.AlbumID="userTerry";
GalleryBrowser1.AlbumID="userBill";
GalleryBrowser1.AlbumID="product-CuteEditor";
GalleryBrowser1.AlbumID="news-57";
You can specify any string as you want , or by the page parameter (Url or QueryString, or current logon user id)
So you can have multiple Gallery in your application.
--
You can also use the GalleryFolder property to specify the folder
So combile GalleryFolder+AlbumID , you will have multi X multi albums.
Regards,
Terry