Click or drag to resize

ICustomHooksOnAfterUpload Method


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

Parameters

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnAfterUpload(Ingeniux.CMS.IUserWriteSession,System.IO.FileInfo[],System.Int64)"]

uploadedFiles
Type: System.IOFileInfo

[Missing <param name="uploadedFiles"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnAfterUpload(Ingeniux.CMS.IUserWriteSession,System.IO.FileInfo[],System.Int64)"]

fileSize
Type: SystemInt64

[Missing <param name="fileSize"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnAfterUpload(Ingeniux.CMS.IUserWriteSession,System.IO.FileInfo[],System.Int64)"]

See Also