Class SearchOrderBy
The search order by object
Inheritance
System.Object
    SearchOrderBy
      
      
      
  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 SearchOrderBy
  Constructors
| Improve this Doc View SourceSearchOrderBy()
Initializes a new instance of the SearchOrderBy class.
Declaration
public SearchOrderBy()
  Properties
| Improve this Doc 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 | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsRelevance
Gets a value indicating whether this instance is Relevance
Declaration
public bool IsRelevance { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |