Class PendingUploadMode
Flag to indicate pending upload default (for linking to not-yet-existing paths).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class PendingUploadMode
Constructors
View SourcePendingUploadMode()
Initializes a new instance of the PendingUploadMode class.
Declaration
public PendingUploadMode()
Properties
View SourceAsFile
Gets this instance as a File, or null.
Declaration
public PendingUploadMode.File AsFile { get; }
Property Value
| Type | Description |
|---|---|
| PendingUploadMode.File |
AsFolder
Gets this instance as a Folder, or null.
Declaration
public PendingUploadMode.Folder AsFolder { get; }
Property Value
| Type | Description |
|---|---|
| PendingUploadMode.Folder |
IsFile
Gets a value indicating whether this instance is File
Declaration
public bool IsFile { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |