Click or drag to resize

ICustomHooksOnBeforeUpload Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnBeforeUpload(
	IUserWriteSession session,
	ref Stream uploadStream,
	ref string fileName,
	ref string targetPhysicalFolder
)

Parameters

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnBeforeUpload(Ingeniux.CMS.IUserWriteSession,System.IO.Stream@,System.String@,System.String@)"]

uploadStream
Type: System.IOStream

[Missing <param name="uploadStream"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnBeforeUpload(Ingeniux.CMS.IUserWriteSession,System.IO.Stream@,System.String@,System.String@)"]

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnBeforeUpload(Ingeniux.CMS.IUserWriteSession,System.IO.Stream@,System.String@,System.String@)"]

targetPhysicalFolder
Type: SystemString

[Missing <param name="targetPhysicalFolder"/> documentation for "M:Ingeniux.CMS.Models.Hooks.ICustomHooks.OnBeforeUpload(Ingeniux.CMS.IUserWriteSession,System.IO.Stream@,System.String@,System.String@)"]

See Also