Show / Hide Table of Contents

Class CreateFolderBatchResultEntry.Success

The success object

Inheritance
System.Object
CreateFolderBatchResultEntry
CreateFolderBatchResultEntry.Success
Inherited Members
CreateFolderBatchResultEntry.IsSuccess
CreateFolderBatchResultEntry.AsSuccess
CreateFolderBatchResultEntry.IsFailure
CreateFolderBatchResultEntry.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 : CreateFolderBatchResultEntry

Constructors

| Improve this Doc View Source

Success(CreateFolderEntryResult)

Initializes a new instance of the CreateFolderBatchResultEntry.Success class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

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