Dropbox .NET SDK
Show / Hide Table of Contents

Class CreateFolderEntryResult

The create folder entry result object

Inheritance
object
CreateFolderEntryResult
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 CreateFolderEntryResult

Constructors

View Source

CreateFolderEntryResult(FolderMetadata)

Initializes a new instance of the CreateFolderEntryResult class.

Declaration
public CreateFolderEntryResult(FolderMetadata metadata)
Parameters
Type Name Description
FolderMetadata metadata

Metadata of the created folder.

Properties

View Source

Metadata

Metadata of the created folder.

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