Show / Hide Table of Contents

Class PendingUploadMode

Flag to indicate pending upload default (for linking to not-yet-existing paths).

Inheritance
System.Object
PendingUploadMode
PendingUploadMode.File
PendingUploadMode.Folder
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class PendingUploadMode

Constructors

| Improve this Doc View Source

PendingUploadMode()

Initializes a new instance of the PendingUploadMode class.

Declaration
public PendingUploadMode()

Properties

| Improve this Doc View Source

AsFile

Gets this instance as a File, or null.

Declaration
public PendingUploadMode.File AsFile { get; }
Property Value
Type Description
PendingUploadMode.File
| Improve this Doc View Source

AsFolder

Gets this instance as a Folder, or null.

Declaration
public PendingUploadMode.Folder AsFolder { get; }
Property Value
Type Description
PendingUploadMode.Folder
| Improve this Doc View Source

IsFile

Gets a value indicating whether this instance is File

Declaration
public bool IsFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFolder

Gets a value indicating whether this instance is Folder

Declaration
public bool IsFolder { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PendingUploadMode()
  • Properties
    • AsFile
    • AsFolder
    • IsFile
    • IsFolder
Back to top Generated by DocFX