Class SearchMatchType
Indicates what type of match was found for a given item.
Inheritance
System.Object
SearchMatchType
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 SearchMatchType
Constructors
| Improve this Doc View SourceSearchMatchType()
Initializes a new instance of the SearchMatchType class.
Declaration
public SearchMatchType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsContent
Gets a value indicating whether this instance is Content
Declaration
public bool IsContent { 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 |