Dropbox .NET SDK
Show / Hide Table of Contents

Class UnmountFolderArg

The unmount folder arg object

Inheritance
object
UnmountFolderArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnmountFolderArg

Constructors

View Source

UnmountFolderArg(string)

Initializes a new instance of the UnmountFolderArg class.

Declaration
public UnmountFolderArg(string sharedFolderId)
Parameters
Type Name Description
string sharedFolderId

The ID for the shared folder.

Properties

View Source

SharedFolderId

The ID for the shared folder.

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