Enum CseResource.ListRequest.SiteSearchFilterEnum
Controls whether to include or exclude results from the site named in the siteSearch parameter.
Acceptable values are: * "e": exclude * "i": include
Namespace: Google.Apis.CustomSearchAPI.v1
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public enum CseResource.ListRequest.SiteSearchFilterEnum
Fields
| Name | Description |
|---|---|
| E | Exclude results from the listed sites. |
| I | Include only results from the listed sites. |
| SiteSearchFilterUndefined | Filter mode unspecified. |