Class SearchOrderBy
The search order by object
Inheritance
SearchOrderBy
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchOrderBy
Constructors
View SourceSearchOrderBy()
Initializes a new instance of the SearchOrderBy class.
Declaration
public SearchOrderBy()
Properties
View SourceAsLastModifiedTime
Gets this instance as a LastModifiedTime, or null.
Declaration
public SearchOrderBy.LastModifiedTime AsLastModifiedTime { get; }
Property Value
| Type | Description |
|---|---|
| SearchOrderBy.LastModifiedTime |
AsOther
Gets this instance as a Other, or null.
Declaration
public SearchOrderBy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SearchOrderBy.Other |
AsRelevance
Gets this instance as a Relevance, or null.
Declaration
public SearchOrderBy.Relevance AsRelevance { get; }
Property Value
| Type | Description |
|---|---|
| SearchOrderBy.Relevance |
IsLastModifiedTime
Gets a value indicating whether this instance is LastModifiedTime
Declaration
public bool IsLastModifiedTime { 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 |
IsRelevance
Gets a value indicating whether this instance is Relevance
Declaration
public bool IsRelevance { get; }
Property Value
| Type | Description |
|---|---|
| bool |