Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateFolderBatchResultEntry.Success

The success object

Inheritance
object
CreateFolderBatchResultEntry
CreateFolderBatchResultEntry.Success
Inherited Members
CreateFolderBatchResultEntry.IsSuccess
CreateFolderBatchResultEntry.AsSuccess
CreateFolderBatchResultEntry.IsFailure
CreateFolderBatchResultEntry.AsFailure
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class CreateFolderBatchResultEntry.Success : CreateFolderBatchResultEntry

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public CreateFolderEntryResult Value { get; }
Property Value
Type Description
CreateFolderEntryResult
  • View Source
In this article
Back to top Dropbox .NET SDK