ICustomHooksOnBeforeUpload Method Ingeniux CMS Content Store API

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference