Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFileRequestDeadline.Update

If null, the file request's deadline is cleared.

Inheritance
object
UpdateFileRequestDeadline
UpdateFileRequestDeadline.Update
Inherited Members
UpdateFileRequestDeadline.IsNoUpdate
UpdateFileRequestDeadline.AsNoUpdate
UpdateFileRequestDeadline.IsUpdate
UpdateFileRequestDeadline.AsUpdate
UpdateFileRequestDeadline.IsOther
UpdateFileRequestDeadline.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public sealed class UpdateFileRequestDeadline.Update : UpdateFileRequestDeadline

Constructors

View Source

Update(FileRequestDeadline)

Initializes a new instance of the UpdateFileRequestDeadline.Update class.

Declaration
public Update(FileRequestDeadline value)
Parameters
Type Name Description
FileRequestDeadline value

The value

Properties

View Source

Value

Gets the value of this instance.

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