Example #1
0
 public PicasaAlbum()
 {
     Category = new PicasaCategory()
     {
         Scheme = "http://schemas.google.com/g/2005#kind",
         Term = "http://schemas.google.com/photos/2007#album"
     };
 }
Example #2
0
 public PicasaAlbum()
 {
     Category = new PicasaCategory()
     {
         Scheme = "http://schemas.google.com/g/2005#kind",
         Term   = "http://schemas.google.com/photos/2007#album"
     };
 }