Click or drag to resize
MultifileUploaderModeEnum Enumeration
Specifying multi-file uploader upload modes.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public enum MultifileUploaderModeEnum
Members
  Member nameValueDescription
Grid0 In this mode default upload grid is displayed and no restriction parameters are overridden.
DirectMultiple1 In this mode only one button is displayed, and upload starts automatically after the selection of multiple files.
DirectSingle2 In this mode only one button is displayed, and upload starts automatically after the selection of a single file.
See Also