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 SourceSearchMatch(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 SourceMatchType
The type of the match.
Declaration
public SearchMatchType MatchType { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| SearchMatchType | 
Metadata
The metadata for the matched file or folder.
Declaration
public Metadata Metadata { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| Metadata |