Click or drag to resize
IUploadHandler Interface
Serves to expose uploaders properties necesary for its extensibility.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public interface IUploadHandler

The IUploadHandler type exposes the following members.

Properties
  NameDescription
Public propertyUploadHandlerUrl
Gets or sets the Upload handler's URL If not set or set to null automatic value according to uploader mode. is provided. Set to override automatic handler selection.
Top
Events
  NameDescription
Public eventAttachAdditionalParameters
Event fired when additional parameters are constructed. These parameters are passed to the upload handler. Can be used to add custom parameters.
Top
See Also