CreateFolderBatchArg

public class CreateFolderBatchArg : CustomStringConvertible, JSONRepresentable

The CreateFolderBatchArg struct

  • List of paths to be created in the user’s Dropbox. Duplicate path arguments in the batch are considered only once.

    Declaration

    Swift

    public let paths: [String]
  • If there’s a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.

    Declaration

    Swift

    public let autorename: Bool
  • Whether to force the create to happen asynchronously.

    Declaration

    Swift

    public let forceAsync: Bool
  • Declaration

    Swift

    public var description: String { get }