[−][src]Function dropbox_sdk::files::lock_file_batch
pub fn lock_file_batch(
client: &dyn HttpClient,
arg: &LockFileBatchArg
) -> Result<Result<LockFileBatchResult, LockFileError>>
Lock the files at the given paths. A locked file will be writable only by the lock holder. A successful response indicates that the file has been locked. Returns a list of the locked file paths and their metadata after this operation.