RemoveFolderMemberArg

public class RemoveFolderMemberArg : CustomStringConvertible, JSONRepresentable

The RemoveFolderMemberArg struct

  • The ID for the shared folder.

    Declaration

    Swift

    public let sharedFolderId: String
  • The member to remove from the folder.

    Declaration

    Swift

    public let member: Sharing.MemberSelector
  • 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

    Swift

    public let leaveACopy: Bool
  • Declaration

    Swift

    public var description: String { get }