Dropbox .NET SDK
Show / Hide Table of Contents

Class FileOpsResult

Result for File Operations

Inheritance
object
FileOpsResult
CreateFolderBatchResult
CreateFolderResult
DeleteBatchResult
DeleteResult
LockFileBatchResult
RelocationBatchResult
RelocationBatchV2Result
RelocationResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileOpsResult

Constructors

View Source

FileOpsResult()

Initializes a new instance of the FileOpsResult class.

Declaration
public FileOpsResult()

See Also

CreateFolderBatchResult
CreateFolderResult
DeleteBatchResult
DeleteResult
LockFileBatchResult
RelocationBatchResult
RelocationBatchV2Result
RelocationResult
  • View Source
In this article
Back to top Dropbox .NET SDK