Show / Hide Table of Contents

Class SearchMatchType

Indicates what type of match was found for a given item.

Inheritance
System.Object
SearchMatchType
SearchMatchType.Both
SearchMatchType.Content
SearchMatchType.Filename
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 SearchMatchType

Constructors

| Improve this Doc View Source

SearchMatchType()

Initializes a new instance of the SearchMatchType class.

Declaration
public SearchMatchType()

Properties

| Improve this Doc View Source

AsBoth

Gets this instance as a Both, or null.

Declaration
public SearchMatchType.Both AsBoth { get; }
Property Value
Type Description
SearchMatchType.Both
| Improve this Doc View Source

AsContent

Gets this instance as a Content, or null.

Declaration
public SearchMatchType.Content AsContent { get; }
Property Value
Type Description
SearchMatchType.Content
| Improve this Doc View Source

AsFilename

Gets this instance as a Filename, or null.

Declaration
public SearchMatchType.Filename AsFilename { get; }
Property Value
Type Description
SearchMatchType.Filename
| Improve this Doc View Source

IsBoth

Gets a value indicating whether this instance is Both

Declaration
public bool IsBoth { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsContent

Gets a value indicating whether this instance is Content

Declaration
public bool IsContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFilename

Gets a value indicating whether this instance is Filename

Declaration
public bool IsFilename { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchMatchType()
  • Properties
    • AsBoth
    • AsContent
    • AsFilename
    • IsBoth
    • IsContent
    • IsFilename
Back to top Generated by DocFX