Show / Hide Table of Contents

Class SearchMatchTypeV2

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

Inheritance
System.Object
SearchMatchTypeV2
SearchMatchTypeV2.FileContent
SearchMatchTypeV2.Filename
SearchMatchTypeV2.FilenameAndContent
SearchMatchTypeV2.ImageContent
SearchMatchTypeV2.Other
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 SearchMatchTypeV2

Constructors

| Improve this Doc View Source

SearchMatchTypeV2()

Initializes a new instance of the SearchMatchTypeV2 class.

Declaration
public SearchMatchTypeV2()

Properties

| Improve this Doc View Source

AsFileContent

Gets this instance as a FileContent, or null.

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

AsFilename

Gets this instance as a Filename, or null.

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

AsFilenameAndContent

Gets this instance as a FilenameAndContent, or null.

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

AsImageContent

Gets this instance as a ImageContent, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsFileContent

Gets a value indicating whether this instance is FileContent

Declaration
public bool IsFileContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFilename

Gets a value indicating whether this instance is Filename

Declaration
public bool IsFilename { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFilenameAndContent

Gets a value indicating whether this instance is FilenameAndContent

Declaration
public bool IsFilenameAndContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsImageContent

Gets a value indicating whether this instance is ImageContent

Declaration
public bool IsImageContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchMatchTypeV2()
  • Properties
    • AsFileContent
    • AsFilename
    • AsFilenameAndContent
    • AsImageContent
    • AsOther
    • IsFileContent
    • IsFilename
    • IsFilenameAndContent
    • IsImageContent
    • IsOther
Back to top Generated by DocFX