Class SearchMatchFieldOptions
The search match field options object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMatchFieldOptions
Constructors
View SourceSearchMatchFieldOptions(bool)
Initializes a new instance of the SearchMatchFieldOptions class.
Declaration
public SearchMatchFieldOptions(bool includeHighlights = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | includeHighlights | Whether to include highlight span from file title. |
Properties
View SourceIncludeHighlights
Whether to include highlight span from file title.
Declaration
public bool IncludeHighlights { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |