Show / Hide Table of Contents

Class RemoveFolderMemberArg

The remove folder member arg object

Inheritance
System.Object
RemoveFolderMemberArg
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 RemoveFolderMemberArg

Constructors

| Improve this Doc View Source

RemoveFolderMemberArg(String, MemberSelector, Boolean)

Initializes a new instance of the RemoveFolderMemberArg class.

Declaration
public RemoveFolderMemberArg(string sharedFolderId, MemberSelector member, bool leaveACopy)
Parameters
Type Name Description
System.String sharedFolderId

The ID for the shared folder.

MemberSelector member

The member to remove from the folder.

System.Boolean leaveACopy

If true, the removed user will keep their copy of the folder after it's unshared, assuming it was mounted. Otherwise, it will be removed from their Dropbox. This must be set to false when removing a group, or when the folder is within a team folder or another shared folder.

Properties

| Improve this Doc View Source

LeaveACopy

If true, the removed user will keep their copy of the folder after it's unshared, assuming it was mounted. Otherwise, it will be removed from their Dropbox. This must be set to false when removing a group, or 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
| Improve this Doc View Source

Member

The member to remove from the folder.

Declaration
public MemberSelector Member { get; protected set; }
Property Value
Type Description
MemberSelector
| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoveFolderMemberArg(String, MemberSelector, Boolean)
  • Properties
    • LeaveACopy
    • Member
    • SharedFolderId
Back to top Generated by DocFX