CustomHooksOnAfterUpload Method |
This method is invoke after a File Upload got processed by Ingeniux CMS Site Instance server.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntax public void OnAfterUpload(
IUserWriteSession session,
FileInfo[] uploadedFiles,
long fileSize
)
Parameters
- session
- Type: IUserWriteSession
The session that was used to process the upload. - uploadedFiles
- Type: System.IOFileInfo
[Missing <param name="uploadedFiles"/> documentation for "M:Ingeniux.CMS.CustomHooks.OnAfterUpload(Ingeniux.CMS.IUserWriteSession,System.IO.FileInfo[],System.Int64)"]
- fileSize
- Type: SystemInt64
The size of uploaded file by KB.
Implements
ICustomHooks.OnAfterUpload(IUserWriteSession, FileInfo, Int64)See Also