Bitrix API

DiskAnalytics

Table of Contents

Constants

CATEGORY  = 'file_operations'
TOOL  = 'files'

Methods

sendAddFolderEvent()  : void
sendCreationFileEvent()  : void
sendCreationFileThroughExternalServicesEvent()  : void
sendUploadFileDirectlyToDiskByIdEvent()  : void
sendUploadFileToAttachEvent()  : void
sendUploadFileToImEvent()  : void

Constants

Methods

sendAddFolderEvent()

public static sendAddFolderEvent(Folder $folder) : void
Parameters
$folder : Folder

sendCreationFileThroughExternalServicesEvent()

public static sendCreationFileThroughExternalServicesEvent(File $file, DocumentHandler $documentHandler) : void
Parameters
$file : File
$documentHandler : DocumentHandler

sendUploadFileDirectlyToDiskByIdEvent()

public static sendUploadFileDirectlyToDiskByIdEvent(int $fileId) : void
Parameters
$fileId : int

sendUploadFileToAttachEvent()

public static sendUploadFileToAttachEvent(File $file, AttachedObject $attachedObject) : void
Parameters
$file : File
$attachedObject : AttachedObject

sendUploadFileToImEvent()

public static sendUploadFileToImEvent(File $file, ImSection $imSection) : void
Parameters
$file : File
$imSection : ImSection

        
On this page

Search results