Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMatchType.Both

This item was matched based on both its contents and its file name.

Inheritance
object
SearchMatchType
SearchMatchType.Both
Inherited Members
SearchMatchType.IsFilename
SearchMatchType.AsFilename
SearchMatchType.IsContent
SearchMatchType.AsContent
SearchMatchType.IsBoth
SearchMatchType.AsBoth
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class SearchMatchType.Both : SearchMatchType

Fields

View Source

Instance

A singleton instance of Both

Declaration
public static readonly SearchMatchType.Both Instance
Field Value
Type Description
SearchMatchType.Both
  • View Source
In this article
Back to top Dropbox .NET SDK