-
Notifications
You must be signed in to change notification settings - Fork 66
Krizalys Onedrive ConflictBehavior
Christophe Vidal edited this page Aug 4, 2019
·
1 revision
The behavior to apply when an uploaded file name conflicts with an existing one.
- Class name: ConflictBehavior
- Namespace: Krizalys\Onedrive
- Warning: this class is deprecated. This means that this class will likely be removed in a future version.
const FAIL = 'fail'
- Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.
const RENAME = 'rename'
- Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.
const REPLACE = 'replace'
- Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.