Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchMatchTypeV2

Indicates what type of match was found for a given item.

Inheritance
object
SearchMatchTypeV2
SearchMatchTypeV2.FileContent
SearchMatchTypeV2.Filename
SearchMatchTypeV2.FilenameAndContent
SearchMatchTypeV2.ImageContent
SearchMatchTypeV2.Metadata
SearchMatchTypeV2.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchMatchTypeV2

Constructors

View Source

SearchMatchTypeV2()

Initializes a new instance of the SearchMatchTypeV2 class.

Declaration
public SearchMatchTypeV2()

Properties

View Source

AsFileContent

Gets this instance as a FileContent, or null.

Declaration
public SearchMatchTypeV2.FileContent AsFileContent { get; }
Property Value
Type Description
SearchMatchTypeV2.FileContent
View Source

AsFilename

Gets this instance as a Filename, or null.

Declaration
public SearchMatchTypeV2.Filename AsFilename { get; }
Property Value
Type Description
SearchMatchTypeV2.Filename
View Source

AsFilenameAndContent

Gets this instance as a FilenameAndContent, or null.

Declaration
public SearchMatchTypeV2.FilenameAndContent AsFilenameAndContent { get; }
Property Value
Type Description
SearchMatchTypeV2.FilenameAndContent
View Source

AsImageContent

Gets this instance as a ImageContent, or null.

Declaration
public SearchMatchTypeV2.ImageContent AsImageContent { get; }
Property Value
Type Description
SearchMatchTypeV2.ImageContent
View Source

AsMetadata

Gets this instance as a Metadata, or null.

Declaration
public SearchMatchTypeV2.Metadata AsMetadata { get; }
Property Value
Type Description
SearchMatchTypeV2.Metadata
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SearchMatchTypeV2.Other AsOther { get; }
Property Value
Type Description
SearchMatchTypeV2.Other
View Source

IsFileContent

Gets a value indicating whether this instance is FileContent

Declaration
public bool IsFileContent { get; }
Property Value
Type Description
bool
View Source

IsFilename

Gets a value indicating whether this instance is Filename

Declaration
public bool IsFilename { get; }
Property Value
Type Description
bool
View Source

IsFilenameAndContent

Gets a value indicating whether this instance is FilenameAndContent

Declaration
public bool IsFilenameAndContent { get; }
Property Value
Type Description
bool
View Source

IsImageContent

Gets a value indicating whether this instance is ImageContent

Declaration
public bool IsImageContent { get; }
Property Value
Type Description
bool
View Source

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK