Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMatchType.Content

This item was matched based on its file contents.

Inheritance
object
SearchMatchType
SearchMatchType.Content
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.Content : SearchMatchType

Fields

View Source

Instance

A singleton instance of Content

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