Show / Hide Table of Contents

Class MylibraryResource.BookshelvesResource.VolumesResource

The "volumes" collection of methods.

Inheritance
System.Object
MylibraryResource.BookshelvesResource.VolumesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class VolumesResource

Constructors

VolumesResource(IClientService)

Constructs a new resource.

Declaration
public VolumesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

Gets volume information for volumes on a bookshelf.

Declaration
public virtual MylibraryResource.BookshelvesResource.VolumesResource.ListRequest List(string shelf)
Parameters
Type Name Description
System.String shelf

The bookshelf ID or name retrieve volumes for.

Returns
Type Description
MylibraryResource.BookshelvesResource.VolumesResource.ListRequest
In This Article
Back to top