UnshareFolderArg

public class UnshareFolderArg : CustomStringConvertible, JSONRepresentable

The UnshareFolderArg struct

  • The ID for the shared folder.

    Declaration

    Swift

    public let sharedFolderId: String
  • 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

    Swift

    public let leaveACopy: Bool
  • Declaration

    Swift

    public var description: String { get }