‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Resource\Enum Namespace Reference

Enumerations

enum  DuplicationBehavior : string { getDefaultDuplicationBehaviour }
 

Enumeration Type Documentation

◆ DuplicationBehavior

Enumeration for DuplicationBehavior

Enumerator
getDefaultDuplicationBehaviour 

If a file is uploaded and another file with the same name already exists, the new file is renamed. If a file is uploaded and another file with the same name already exists, the old file gets overwritten by the new file. If a file is uploaded and another file with the same name already exists, the process is aborted. Return the default duplication behaviour action, set in TSconfig

Definition at line 27 of file DuplicationBehavior.php.