1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
FolderType.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Entity\File;
4
5
use Bitrix\Disk\Folder;
6
7
enum
FolderType
:
string
8
{
10
case
SavedFiles =
'FOR_SAVED_FILES'
;
11
13
case
CreatedFiles =
'FOR_CREATED_FILES'
;
14
16
case
UploadedFiles
=
'FOR_UPLOADED_FILES'
;
17
}
Bitrix\Im\V2\Entity\File\FolderType
FolderType
Определения
FolderType.php:8
Bitrix\Im\V2\Entity\File\UploadedFiles
@ UploadedFiles
Определения
FolderType.php:16
bitrix
modules
im
lib
V2
Entity
File
FolderType.php
Создано системой
1.14.0