Show / Hide Table of Contents

Class CseResource.SiterestrictResource

The "siterestrict" collection of methods.

Inheritance
System.Object
CseResource.SiterestrictResource
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.CustomSearchAPI.v1
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class SiterestrictResource

Constructors

SiterestrictResource(IClientService)

Constructs a new resource.

Declaration
public SiterestrictResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List()

Returns metadata about the search performed, metadata about the engine used for the search, and the search results. Uses a small set of url patterns.

Declaration
public virtual CseResource.SiterestrictResource.ListRequest List()
Returns
Type Description
CseResource.SiterestrictResource.ListRequest
In This Article
Back to top