Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMatch

The search match object

Inheritance
object
SearchMatch
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 SearchMatch

Constructors

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

View Source

MatchType

The type of the match.

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

Metadata

The metadata for the matched file or folder.

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