Class SearchMatchType
Indicates what type of match was found for a given item.
Inheritance
SearchMatchType
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMatchType
Constructors
View SourceSearchMatchType()
Initializes a new instance of the SearchMatchType class.
Declaration
public SearchMatchType()
Properties
View SourceAsBoth
Gets this instance as a Both, or null.
Declaration
public SearchMatchType.Both AsBoth { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchType.Both |
AsContent
Gets this instance as a Content, or null.
Declaration
public SearchMatchType.Content AsContent { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchType.Content |
AsFilename
Gets this instance as a Filename, or null.
Declaration
public SearchMatchType.Filename AsFilename { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchType.Filename |
IsBoth
Gets a value indicating whether this instance is Both
Declaration
public bool IsBoth { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsContent
Gets a value indicating whether this instance is Content
Declaration
public bool IsContent { 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 |