Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMode.Filename

Search file and folder names.

Inheritance
object
SearchMode
SearchMode.Filename
Inherited Members
SearchMode.IsFilename
SearchMode.AsFilename
SearchMode.IsFilenameAndContent
SearchMode.AsFilenameAndContent
SearchMode.IsDeletedFilename
SearchMode.AsDeletedFilename
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 SearchMode.Filename : SearchMode

Fields

View Source

Instance

A singleton instance of Filename

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