Class UpdateFileRequestDeadline
The update file request deadline object
Inheritance
UpdateFileRequestDeadline
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFileRequestDeadline
Constructors
View SourceUpdateFileRequestDeadline()
Initializes a new instance of the UpdateFileRequestDeadline class.
Declaration
public UpdateFileRequestDeadline()
Properties
View SourceAsNoUpdate
Gets this instance as a NoUpdate, or null.
Declaration
public UpdateFileRequestDeadline.NoUpdate AsNoUpdate { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFileRequestDeadline.NoUpdate |
AsOther
Gets this instance as a Other, or null.
Declaration
public UpdateFileRequestDeadline.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFileRequestDeadline.Other |
AsUpdate
Gets this instance as a Update, or null.
Declaration
public UpdateFileRequestDeadline.Update AsUpdate { get; }
Property Value
| Type | Description |
|---|---|
| UpdateFileRequestDeadline.Update |
IsNoUpdate
Gets a value indicating whether this instance is NoUpdate
Declaration
public bool IsNoUpdate { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUpdate
Gets a value indicating whether this instance is Update
Declaration
public bool IsUpdate { get; }
Property Value
| Type | Description |
|---|---|
| bool |