Class UpdateFileRequestDeadline
The update file request deadline object
Inheritance
System.Object
UpdateFileRequestDeadline
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 SourceUpdateFileRequestDeadline()
Initializes a new instance of the UpdateFileRequestDeadline class.
Declaration
public UpdateFileRequestDeadline()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdate
Gets a value indicating whether this instance is Update
Declaration
public bool IsUpdate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |