Click or drag to resize

ICustomHooksOnAfterUpload Method


This method is invoke after a File Upload got processed by Ingeniux CMS Site Instance server.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnAfterUpload(
	IUserWriteSession session,
	FileInfo[] uploadedFiles,
	long fileSize
)

Parameters

session
Type: Ingeniux.CMSIUserWriteSession
The session that was used to process the upload.
uploadedFiles
Type: System.IOFileInfo
The upload file information.
fileSize
Type: SystemInt64
The size of uploaded file by KB.
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store. Invoked by the sfwupload handler
See Also