Skip to content

Krizalys Onedrive NameConflictBehavior

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

Krizalys\Onedrive\NameConflictBehavior

The behavior to apply when an uploaded file name conflicts with an existing one.

  • Class name: NameConflictBehavior
  • 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 = 1
  • Warning: this constant is deprecated. This means that this constant will likely be removed in a future version.

RENAME

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

REPLACE

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