Show / Hide Table of Contents

Class SearchOrderBy

The search order by object

Inheritance
System.Object
SearchOrderBy
SearchOrderBy.LastModifiedTime
SearchOrderBy.Other
SearchOrderBy.Relevance
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 Source

SearchOrderBy()

Initializes a new instance of the SearchOrderBy class.

Declaration
public SearchOrderBy()

Properties

| Improve this Doc View Source

AsLastModifiedTime

Gets this instance as a LastModifiedTime, or null.

Declaration
public SearchOrderBy.LastModifiedTime AsLastModifiedTime { get; }
Property Value
Type Description
SearchOrderBy.LastModifiedTime
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRelevance

Gets this instance as a Relevance, or null.

Declaration
public SearchOrderBy.Relevance AsRelevance { get; }
Property Value
Type Description
SearchOrderBy.Relevance
| Improve this Doc View Source

IsLastModifiedTime

Gets a value indicating whether this instance is LastModifiedTime

Declaration
public bool IsLastModifiedTime { 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

IsRelevance

Gets a value indicating whether this instance is Relevance

Declaration
public bool IsRelevance { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchOrderBy()
  • Properties
    • AsLastModifiedTime
    • AsOther
    • AsRelevance
    • IsLastModifiedTime
    • IsOther
    • IsRelevance
Back to top Generated by DocFX