Click or drag to resize
IUploadHandler.AttachAdditionalParameters Event
Event fired when additional parameters are constructed. These parameters are passed to the upload handler. Can be used to add custom parameters.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
event EventHandler<MfuAdditionalParameterEventArgs> AttachAdditionalParameters

Value

Type: System.EventHandler<MfuAdditionalParameterEventArgs>
See Also