Class SearchMode
The search mode object
Inheritance
SearchMode
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMode
Constructors
View SourceSearchMode()
Initializes a new instance of the SearchMode class.
Declaration
public SearchMode()
Properties
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 |
|---|---|
| bool |
IsFilename
Gets a value indicating whether this instance is Filename
Declaration
public bool IsFilename { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFilenameAndContent
Gets a value indicating whether this instance is FilenameAndContent
Declaration
public bool IsFilenameAndContent { get; }
Property Value
| Type | Description |
|---|---|
| bool |