Show / Hide Table of Contents

Class SearchMatch

The search match object

Inheritance
System.Object
SearchMatch
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 SearchMatch

Constructors

| Improve this Doc View Source

SearchMatch(SearchMatchType, Metadata)

Initializes a new instance of the SearchMatch class.

Declaration
public SearchMatch(SearchMatchType matchType, Metadata metadata)
Parameters
Type Name Description
SearchMatchType matchType

The type of the match.

Metadata metadata

The metadata for the matched file or folder.

Properties

| Improve this Doc View Source

MatchType

The type of the match.

Declaration
public SearchMatchType MatchType { get; protected set; }
Property Value
Type Description
SearchMatchType
| Improve this Doc View Source

Metadata

The metadata for the matched file or folder.

Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type Description
Metadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchMatch(SearchMatchType, Metadata)
  • Properties
    • MatchType
    • Metadata
Back to top Generated by DocFX