Class CseResource
The "cse" collection of methods.
Inherited Members
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 |