Show / Hide Table of Contents

Class DictionaryResource

The "dictionary" collection of methods.

Inheritance
System.Object
DictionaryResource
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 DictionaryResource

Constructors

DictionaryResource(IClientService)

Constructs a new resource.

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

Methods

ListOfflineMetadata(String)

Returns a list of offline dictionary metadata available

Declaration
public virtual DictionaryResource.ListOfflineMetadataRequest ListOfflineMetadata(string cpksver)
Parameters
Type Name Description
System.String cpksver

The device/version ID from which to request the data.

Returns
Type Description
DictionaryResource.ListOfflineMetadataRequest
In This Article
Back to top