Class SearchMatchFieldOptions
The search match field options object
Inheritance
System.Object
SearchMatchFieldOptions
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 SearchMatchFieldOptions
Constructors
| Improve this Doc View SourceSearchMatchFieldOptions(Boolean)
Initializes a new instance of the SearchMatchFieldOptions class.
Declaration
public SearchMatchFieldOptions(bool includeHighlights = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeHighlights | Whether to include highlight span from file title. |
Properties
| Improve this Doc View SourceIncludeHighlights
Whether to include highlight span from file title.
Declaration
public bool IncludeHighlights { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |