Class SearchMatchTypeV2
Indicates what type of match was found for a given item.
Inheritance
System.Object
SearchMatchTypeV2
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 SourceSearchMatchTypeV2()
Initializes a new instance of the SearchMatchTypeV2 class.
Declaration
public SearchMatchTypeV2()
Properties
| Improve this Doc 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 |
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 |
---|---|
System.Boolean |
IsFilename
Gets a value indicating whether this instance is Filename
Declaration
public bool IsFilename { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFilenameAndContent
Gets a value indicating whether this instance is FilenameAndContent
Declaration
public bool IsFilenameAndContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsImageContent
Gets a value indicating whether this instance is ImageContent
Declaration
public bool IsImageContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |