Class UnshareFolderArg
The unshare folder arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFolderArg
Constructors
View SourceUnshareFolderArg(string, bool)
Initializes a new instance of the UnshareFolderArg class.
Declaration
public UnshareFolderArg(string sharedFolderId, bool leaveACopy = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| bool | leaveACopy | If true, members of this shared folder will get a copy of this folder after it's unshared. Otherwise, it will be removed from their Dropbox. The current user, who is an owner, will always retain their copy. |
Properties
View SourceLeaveACopy
If true, members of this shared folder will get a copy of this folder after it's unshared. Otherwise, it will be removed from their Dropbox. The current user, who is an owner, will always retain their copy.
Declaration
public bool LeaveACopy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |