Skip to content

Krizalys Onedrive Constant FolderViewSortBy

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

Krizalys\Onedrive\Constant\FolderViewSortBy

The folder view sort by.

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

Constants

DEFAULT_

const DEFAULT_ = 'default'

NAME

const NAME = 'name'

TYPE

const TYPE = 'type'

SIZE

const SIZE = 'size'

TAKEN_OR_CREATED_DATE_TIME

const TAKEN_OR_CREATED_DATE_TIME = 'takenOrCreatedDateTime'

LAST_MODIFIED_DATE_TIME

const LAST_MODIFIED_DATE_TIME = 'lastModifiedDateTime'

SEQUENCE

const SEQUENCE = 'sequence'

Clone this wiki locally