Class FileRequestDeadline
The file request deadline object
Inheritance
System.Object
FileRequestDeadline
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 FileRequestDeadline
Constructors
| Improve this Doc View SourceFileRequestDeadline(DateTime, GracePeriod)
Initializes a new instance of the FileRequestDeadline class.
Declaration
public FileRequestDeadline(DateTime deadline, GracePeriod allowLateUploads = null)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | deadline | The deadline for this file request. |
GracePeriod | allowLateUploads | If set, allow uploads after the deadline has passed. These uploads will be marked overdue. |
Properties
| Improve this Doc View SourceAllowLateUploads
If set, allow uploads after the deadline has passed. These uploads will be marked overdue.
Declaration
public GracePeriod AllowLateUploads { get; protected set; }
Property Value
Type | Description |
---|---|
GracePeriod |
Deadline
The deadline for this file request.
Declaration
public DateTime Deadline { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |