Class UploadSessionStartError
The upload session start error object
Inheritance
System.Object
UploadSessionStartError
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 UploadSessionStartError
Constructors
| Improve this Doc View SourceUploadSessionStartError()
Initializes a new instance of the UploadSessionStartError class.
Declaration
public UploadSessionStartError()
Properties
| Improve this Doc View SourceAsConcurrentSessionCloseNotAllowed
Gets this instance as a ConcurrentSessionCloseNotAllowed, or
null
.
Declaration
public UploadSessionStartError.ConcurrentSessionCloseNotAllowed AsConcurrentSessionCloseNotAllowed { get; }
Property Value
Type | Description |
---|---|
UploadSessionStartError.ConcurrentSessionCloseNotAllowed |
AsConcurrentSessionDataNotAllowed
Gets this instance as a ConcurrentSessionDataNotAllowed, or
null
.
Declaration
public UploadSessionStartError.ConcurrentSessionDataNotAllowed AsConcurrentSessionDataNotAllowed { get; }
Property Value
Type | Description |
---|---|
UploadSessionStartError.ConcurrentSessionDataNotAllowed |
AsContentHashMismatch
Gets this instance as a ContentHashMismatch, or null
.
Declaration
public UploadSessionStartError.ContentHashMismatch AsContentHashMismatch { get; }
Property Value
Type | Description |
---|---|
UploadSessionStartError.ContentHashMismatch |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UploadSessionStartError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UploadSessionStartError.Other |
AsPayloadTooLarge
Gets this instance as a PayloadTooLarge, or null
.
Declaration
public UploadSessionStartError.PayloadTooLarge AsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
UploadSessionStartError.PayloadTooLarge |
IsConcurrentSessionCloseNotAllowed
Gets a value indicating whether this instance is ConcurrentSessionCloseNotAllowed
Declaration
public bool IsConcurrentSessionCloseNotAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsConcurrentSessionDataNotAllowed
Gets a value indicating whether this instance is ConcurrentSessionDataNotAllowed
Declaration
public bool IsConcurrentSessionDataNotAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContentHashMismatch
Gets a value indicating whether this instance is ContentHashMismatch
Declaration
public bool IsContentHashMismatch { 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 |
IsPayloadTooLarge
Gets a value indicating whether this instance is PayloadTooLarge
Declaration
public bool IsPayloadTooLarge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |