Class SearchMode
The search mode object
Inheritance
System.Object
    SearchMode
      
      
      
  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 SourceSearchMode()
Initializes a new instance of the SearchMode class.
Declaration
public SearchMode()
  Properties
| Improve this Doc View SourceAsDeletedFilename
Gets this instance as a DeletedFilename, or null.
Declaration
public SearchMode.DeletedFilename AsDeletedFilename { get; }
  Property Value
| Type | Description | 
|---|---|
| SearchMode.DeletedFilename | 
AsFilename
Gets this instance as a Filename, or null.
Declaration
public SearchMode.Filename AsFilename { get; }
  Property Value
| Type | Description | 
|---|---|
| SearchMode.Filename | 
AsFilenameAndContent
Gets this instance as a FilenameAndContent, or null.
Declaration
public SearchMode.FilenameAndContent AsFilenameAndContent { get; }
  Property Value
| Type | Description | 
|---|---|
| SearchMode.FilenameAndContent | 
IsDeletedFilename
Gets a value indicating whether this instance is DeletedFilename
Declaration
public bool IsDeletedFilename { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsFilename
Gets a value indicating whether this instance is Filename
Declaration
public bool IsFilename { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsFilenameAndContent
Gets a value indicating whether this instance is FilenameAndContent
Declaration
public bool IsFilenameAndContent { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |