Show / Hide Table of Contents

Class UploadSessionType

The upload session type object

Inheritance
System.Object
UploadSessionType
UploadSessionType.Concurrent
UploadSessionType.Other
UploadSessionType.Sequential
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 Source

UploadSessionType()

Initializes a new instance of the UploadSessionType class.

Declaration
public UploadSessionType()

Properties

| Improve this Doc View Source

AsConcurrent

Gets this instance as a Concurrent, or null.

Declaration
public UploadSessionType.Concurrent AsConcurrent { get; }
Property Value
Type Description
UploadSessionType.Concurrent
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UploadSessionType.Other AsOther { get; }
Property Value
Type Description
UploadSessionType.Other
| Improve this Doc View Source

AsSequential

Gets this instance as a Sequential, or null.

Declaration
public UploadSessionType.Sequential AsSequential { get; }
Property Value
Type Description
UploadSessionType.Sequential
| Improve this Doc View Source

IsConcurrent

Gets a value indicating whether this instance is Concurrent

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

IsOther

Gets a value indicating whether this instance is Other

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

IsSequential

Gets a value indicating whether this instance is Sequential

Declaration
public bool IsSequential { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadSessionType()
  • Properties
    • AsConcurrent
    • AsOther
    • AsSequential
    • IsConcurrent
    • IsOther
    • IsSequential
Back to top Generated by DocFX