Show / Hide Table of Contents

Class UpdateFileRequestDeadline

The update file request deadline object

Inheritance
System.Object
UpdateFileRequestDeadline
UpdateFileRequestDeadline.NoUpdate
UpdateFileRequestDeadline.Other
UpdateFileRequestDeadline.Update
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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFileRequestDeadline

Constructors

| Improve this Doc View Source

UpdateFileRequestDeadline()

Initializes a new instance of the UpdateFileRequestDeadline class.

Declaration
public UpdateFileRequestDeadline()

Properties

| Improve this Doc View Source

AsNoUpdate

Gets this instance as a NoUpdate, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUpdate

Gets this instance as a Update, or null.

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

IsNoUpdate

Gets a value indicating whether this instance is NoUpdate

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

IsUpdate

Gets a value indicating whether this instance is Update

Declaration
public bool IsUpdate { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UpdateFileRequestDeadline()
  • Properties
    • AsNoUpdate
    • AsOther
    • AsUpdate
    • IsNoUpdate
    • IsOther
    • IsUpdate
Back to top Generated by DocFX