Class RelinquishFolderMembershipArg
The relinquish folder membership arg object
Inheritance
System.Object
RelinquishFolderMembershipArg
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 RelinquishFolderMembershipArg
Constructors
| Improve this Doc View SourceRelinquishFolderMembershipArg(String, Boolean)
Initializes a new instance of the RelinquishFolderMembershipArg class.
Declaration
public RelinquishFolderMembershipArg(string sharedFolderId, bool leaveACopy = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | sharedFolderId | The ID for the shared folder. |
System.Boolean | 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
| Improve this Doc 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 |
---|---|
System.Boolean |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |