Class SearchMatchTypeV2
Indicates what type of match was found for a given item.
Inheritance
SearchMatchTypeV2
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMatchTypeV2
Constructors
View SourceSearchMatchTypeV2()
Initializes a new instance of the SearchMatchTypeV2 class.
Declaration
public SearchMatchTypeV2()
Properties
View SourceAsFileContent
Gets this instance as a FileContent, or null.
Declaration
public SearchMatchTypeV2.FileContent AsFileContent { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.FileContent |
AsFilename
Gets this instance as a Filename, or null.
Declaration
public SearchMatchTypeV2.Filename AsFilename { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.Filename |
AsFilenameAndContent
Gets this instance as a FilenameAndContent, or null.
Declaration
public SearchMatchTypeV2.FilenameAndContent AsFilenameAndContent { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.FilenameAndContent |
AsImageContent
Gets this instance as a ImageContent, or null.
Declaration
public SearchMatchTypeV2.ImageContent AsImageContent { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.ImageContent |
AsMetadata
Gets this instance as a Metadata, or null.
Declaration
public SearchMatchTypeV2.Metadata AsMetadata { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.Metadata |
AsOther
Gets this instance as a Other, or null.
Declaration
public SearchMatchTypeV2.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SearchMatchTypeV2.Other |
IsFileContent
Gets a value indicating whether this instance is FileContent
Declaration
public bool IsFileContent { 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 |
IsImageContent
Gets a value indicating whether this instance is ImageContent
Declaration
public bool IsImageContent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMetadata
Gets a value indicating whether this instance is Metadata
Declaration
public bool IsMetadata { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |