A subclass of FeedQuery, to create an PicasaQuery query URI. Provides public properties that describe the different aspects of the URI, as well as a composite URI. The PicasaQuery supports the following GData parameters: start-index and max-results parameters. It does not currently support the other standard parameters. in addition, the following parameters: Parameter Meaning kind what feed to retrieve access Visibility parameter thumbsize Thumbnail size parameter

Namespace:  Google.GData.Photos
Assembly:  Google.GData.Photos (in Google.GData.Photos.dll)
Version: 1.4.0.2

Syntax

C#
public class PicasaQuery : FeedQuery
Visual Basic (Declaration)
Public Class PicasaQuery _

	Inherits FeedQuery
Visual C++
public ref class PicasaQuery : public FeedQuery

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.FeedQuery
    Google.GData.Photos..::.PicasaQuery
      Google.GData.Photos..::.KindQuery

See Also