Class RelinquishFolderMembershipArg
The relinquish folder membership arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RelinquishFolderMembershipArg
Constructors
View SourceRelinquishFolderMembershipArg(string, bool)
Initializes a new instance of the RelinquishFolderMembershipArg class.
Declaration
public RelinquishFolderMembershipArg(string sharedFolderId, bool leaveACopy = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| bool | leaveACopy | Keep a copy of the folder's contents upon relinquishing membership. This must be set to false when the folder is within a team folder or another shared folder. |
Properties
View SourceLeaveACopy
Keep a copy of the folder's contents upon relinquishing membership. This must be set to false when the folder is within a team folder or another shared folder.
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 |