Class UnmountFolderArg
The unmount folder arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnmountFolderArg
Constructors
View SourceUnmountFolderArg(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 SourceSharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |