Class SearchV2Arg
The search v2 arg object
Inheritance
System.Object
SearchV2Arg
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: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchV2Arg
Constructors
| Improve this Doc View SourceSearchV2Arg(String, SearchOptions, SearchMatchFieldOptions, Nullable<Boolean>)
Initializes a new instance of the Search
Declaration
public SearchV2Arg(string query, SearchOptions options = null, SearchMatchFieldOptions matchFieldOptions = null, bool? includeHighlights = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
query | The string to search for. May match across multiple fields based on the request arguments. |
Search |
options | Options for more targeted search results. |
Search |
matchFieldOptions | Options for search results match fields. |
System. |
includeHighlights | Deprecated and moved this option to SearchMatchFieldOptions. |
Properties
| Improve this Doc View SourceIncludeHighlights
Deprecated and moved this option to SearchMatchFieldOptions.
Declaration
public bool? IncludeHighlights { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
MatchFieldOptions
Options for search results match fields.
Declaration
public SearchMatchFieldOptions MatchFieldOptions { get; protected set; }
Property Value
Type | Description |
---|---|
Search |
Options
Options for more targeted search results.
Declaration
public SearchOptions Options { get; protected set; }
Property Value
Type | Description |
---|---|
Search |
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 |
---|---|
System. |