Show / Hide Table of Contents

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 Source

FileRequestDeadline(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 Source

AllowLateUploads

If set, allow uploads after the deadline has passed.

Declaration
public string AllowLateUploads { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileRequestDeadline(Nullable<DateTime>, String)
  • Properties
    • AllowLateUploads
    • Deadline
Back to top Generated by DocFX