Class MountFolderArg
The mount folder arg object
Inheritance
System.Object
MountFolderArg
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 MountFolderArg
Constructors
| Improve this Doc View SourceMountFolderArg(String)
Initializes a new instance of the MountFolderArg class.
Declaration
public MountFolderArg(string sharedFolderId)
Parameters
Type | Name | Description |
---|---|---|
System.String | sharedFolderId | The ID of the shared folder to mount. |
Properties
| Improve this Doc View SourceSharedFolderId
The ID of the shared folder to mount.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |