Class SearchV2Arg
The search v2 arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchV2Arg
Constructors
View SourceSearchV2Arg(string, SearchOptions, SearchMatchFieldOptions, bool?)
Initializes a new instance of the SearchV2Arg class.
Declaration
public SearchV2Arg(string query, SearchOptions options = null, SearchMatchFieldOptions matchFieldOptions = null, bool? includeHighlights = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | query | The string to search for. May match across multiple fields based on the request arguments. |
| SearchOptions | options | Options for more targeted search results. |
| SearchMatchFieldOptions | matchFieldOptions | Options for search results match fields. |
| bool? | includeHighlights | Field is deprecated. Deprecated and moved this option to SearchMatchFieldOptions. |
Properties
View SourceIncludeHighlights
Field is deprecated. Deprecated and moved this option to SearchMatchFieldOptions.
Declaration
public bool? IncludeHighlights { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MatchFieldOptions
Options for search results match fields.
Declaration
public SearchMatchFieldOptions MatchFieldOptions { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SearchMatchFieldOptions |
Options
Options for more targeted search results.
Declaration
public SearchOptions Options { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SearchOptions |
Query
The string to search for. May match across multiple fields based on the request arguments.
Declaration
public string Query { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |