Show / Hide Table of Contents

Enum CseResource.ListRequest.SearchTypeEnum

Specifies the search type: image. If unspecified, results are limited to webpages. Acceptable values are: * "image": custom image search.

Namespace: Google.Apis.CustomSearchAPI.v1
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public enum SearchTypeEnum

Fields

Name Description
Image

Image search.

SearchTypeUndefined

Search type unspecified (defaults to web search).

In This Article
Back to top