Click or drag to resize
MultifileUploaderModeEnum Enumeration
Specifying multifile uploader upload modes.

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