Click or drag to resize
IUploadHandlerAttachAdditionalParameters 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: 8.2.23
Syntax
C#
event EventHandler<MfuAdditionalParameterEventArgs> AttachAdditionalParameters

Value

Type: SystemEventHandlerMfuAdditionalParameterEventArgs
See Also