Class PendingUploadMode
Flag to indicate pending upload default (for linking to not-yet-existing paths).
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 SourcePendingUploadMode()
Initializes a new instance of the PendingUploadMode class.
Declaration
public PendingUploadMode()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |