Show / Hide Table of Contents

Class UploadSessionFinishBatchResultEntry.Success

The success object

Inheritance
System.Object
UploadSessionFinishBatchResultEntry
UploadSessionFinishBatchResultEntry.Success
Inherited Members
UploadSessionFinishBatchResultEntry.IsSuccess
UploadSessionFinishBatchResultEntry.AsSuccess
UploadSessionFinishBatchResultEntry.IsFailure
UploadSessionFinishBatchResultEntry.AsFailure
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 sealed class Success : UploadSessionFinishBatchResultEntry

Constructors

| Improve this Doc View Source

Success(FileMetadata)

Initializes a new instance of the UploadSessionFinishBatchResultEntry.Success class.

Declaration
public Success(FileMetadata value)
Parameters
Type Name Description
FileMetadata value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public FileMetadata Value { get; }
Property Value
Type Description
FileMetadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Success(FileMetadata)
  • Properties
    • Value
Back to top Generated by DocFX