Show / Hide Table of Contents

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 Source

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

IncludeHighlights

Whether to include highlight span from file title.

Declaration
public bool IncludeHighlights { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchMatchFieldOptions(Boolean)
  • Properties
    • IncludeHighlights
Back to top Generated by DocFX