Krizalys Onedrive NameConflictBehavior - krizalys/onedrive-php-sdk GitHub Wiki

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.