Show / Hide Table of Contents

Class UnmountFolderArg

The unmount folder arg object

Inheritance
System.Object
UnmountFolderArg
Inherited Members
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnmountFolderArg

Constructors

| Improve this Doc View Source

UnmountFolderArg(String)

Initializes a new instance of the UnmountFolderArg class.

Declaration
public UnmountFolderArg(string sharedFolderId)
Parameters
Type Name Description
System.String sharedFolderId

The ID for the shared folder.

Properties

| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnmountFolderArg(String)
  • Properties
    • SharedFolderId
Back to top Generated by DocFX