Class FileRequestDeadline
File request deadline
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileRequestDeadline
Constructors
| Improve this Doc View SourceFileRequestDeadline(Nullable<DateTime>, String)
Initializes a new instance of the FileRequestDeadline class.
Declaration
public FileRequestDeadline(DateTime? deadline = null, string allowLateUploads = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.DateTime> | deadline | The deadline for this file request. Might be missing due to historical data gap. |
System.String | allowLateUploads | If set, allow uploads after the deadline has passed. |
Properties
| Improve this Doc View SourceAllowLateUploads
If set, allow uploads after the deadline has passed.
Declaration
public string AllowLateUploads { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Deadline
The deadline for this file request. Might be missing due to historical data gap.
Declaration
public DateTime? Deadline { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |