Class UploadSessionType
The upload session type object
Inheritance
System.Object
UploadSessionType
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class UploadSessionType
Constructors
| Improve this Doc View SourceUploadSessionType()
Initializes a new instance of the UploadSessionType class.
Declaration
public UploadSessionType()
Properties
| Improve this Doc View SourceAsConcurrent
Gets this instance as a Concurrent, or null
.
Declaration
public UploadSessionType.Concurrent AsConcurrent { get; }
Property Value
Type | Description |
---|---|
UploadSessionType.Concurrent |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadSessionType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UploadSessionType.Other |
AsSequential
Gets this instance as a Sequential, or null
.
Declaration
public UploadSessionType.Sequential AsSequential { get; }
Property Value
Type | Description |
---|---|
UploadSessionType.Sequential |
IsConcurrent
Gets a value indicating whether this instance is Concurrent
Declaration
public bool IsConcurrent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSequential
Gets a value indicating whether this instance is Sequential
Declaration
public bool IsSequential { get; }
Property Value
Type | Description |
---|---|
System.Boolean |