Skip to content

Krizalys Onedrive Constant ConflictBehavior

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

Krizalys\Onedrive\Constant\ConflictBehavior

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

  • Class name: ConflictBehavior
  • Namespace: Krizalys\Onedrive\Constant

Constants

FAIL

const FAIL = 'fail'

RENAME

const RENAME = 'rename'

REPLACE

const REPLACE = 'replace'

Clone this wiki locally