CreateFolderBatchArg
open class CreateFolderBatchArg : CustomStringConvertible
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: Array<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
open var description: String { get }