Class MountFolderArg
The mount folder arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class MountFolderArg
Constructors
View SourceMountFolderArg(string)
Initializes a new instance of the MountFolderArg class.
Declaration
public MountFolderArg(string sharedFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID of the shared folder to mount. |
Properties
View SourceSharedFolderId
The ID of the shared folder to mount.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |