Show / Hide Table of Contents

Class CseResource

The "cse" collection of methods.

Inheritance
object
CseResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class CseResource

Constructors

CseResource(IClientService)

Constructs a new resource.

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

Properties

Siterestrict

Gets the Siterestrict resource.

Declaration
public virtual CseResource.SiterestrictResource Siterestrict { get; }
Property Value
Type Description
CseResource.SiterestrictResource

Methods

List()

Returns metadata about the search performed, metadata about the engine used for the search, and the search results.

Declaration
public virtual CseResource.ListRequest List()
Returns
Type Description
CseResource.ListRequest
In this article
Back to top Generated by DocFX