Show / Hide Table of Contents

Class SearchMode

The search mode object

Inheritance
System.Object
SearchMode
SearchMode.DeletedFilename
SearchMode.Filename
SearchMode.FilenameAndContent
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 SearchMode

Constructors

| Improve this Doc View Source

SearchMode()

Initializes a new instance of the SearchMode class.

Declaration
public SearchMode()

Properties

| Improve this Doc View Source

AsDeletedFilename

Gets this instance as a DeletedFilename, or null.

Declaration
public SearchMode.DeletedFilename AsDeletedFilename { get; }
Property Value
Type Description
SearchMode.DeletedFilename
| Improve this Doc View Source

AsFilename

Gets this instance as a Filename, or null.

Declaration
public SearchMode.Filename AsFilename { get; }
Property Value
Type Description
SearchMode.Filename
| Improve this Doc View Source

AsFilenameAndContent

Gets this instance as a FilenameAndContent, or null.

Declaration
public SearchMode.FilenameAndContent AsFilenameAndContent { get; }
Property Value
Type Description
SearchMode.FilenameAndContent
| Improve this Doc View Source

IsDeletedFilename

Gets a value indicating whether this instance is DeletedFilename

Declaration
public bool IsDeletedFilename { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFilename

Gets a value indicating whether this instance is Filename

Declaration
public bool IsFilename { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFilenameAndContent

Gets a value indicating whether this instance is FilenameAndContent

Declaration
public bool IsFilenameAndContent { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchMode()
  • Properties
    • AsDeletedFilename
    • AsFilename
    • AsFilenameAndContent
    • IsDeletedFilename
    • IsFilename
    • IsFilenameAndContent
Back to top Generated by DocFX