Skip to content

Krizalys Onedrive ConflictBehavior

Christophe Vidal edited this page Aug 4, 2019 · 1 revision

Krizalys\Onedrive\ConflictBehavior

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.

Constants

FAIL

const FAIL = 'fail'
  • Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.

RENAME

const RENAME = 'rename'
  • Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.

REPLACE

const REPLACE = 'replace'
  • Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.
Clone this wiki locally