Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFileRequestDeadline

The update file request deadline object

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

Constructors

View Source

UpdateFileRequestDeadline()

Initializes a new instance of the UpdateFileRequestDeadline class.

Declaration
public UpdateFileRequestDeadline()

Properties

View Source

AsNoUpdate

Gets this instance as a NoUpdate, or null.

Declaration
public UpdateFileRequestDeadline.NoUpdate AsNoUpdate { get; }
Property Value
Type Description
UpdateFileRequestDeadline.NoUpdate
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUpdate

Gets this instance as a Update, or null.

Declaration
public UpdateFileRequestDeadline.Update AsUpdate { get; }
Property Value
Type Description
UpdateFileRequestDeadline.Update
View Source

IsNoUpdate

Gets a value indicating whether this instance is NoUpdate

Declaration
public bool IsNoUpdate { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUpdate

Gets a value indicating whether this instance is Update

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