Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMatchFieldOptions

The search match field options object

Inheritance
object
SearchMatchFieldOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMatchFieldOptions

Constructors

View Source

SearchMatchFieldOptions(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 Source

IncludeHighlights

Whether to include highlight span from file title.

Declaration
public bool IncludeHighlights { get; protected set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK