Dropbox .NET SDK
Show / Hide Table of Contents

Class DateRangeError

Errors that can originate from problems in input arguments to reports.

Inheritance
object
DateRangeError
DateRangeError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class DateRangeError

Constructors

View Source

DateRangeError()

Initializes a new instance of the DateRangeError class.

Declaration
public DateRangeError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DateRangeError.Other AsOther { get; }
Property Value
Type Description
DateRangeError.Other
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK