FileBrowserMode Enumeration |
This enumeration lists the possible FileBrowser control operation modes.
Namespace: Kettic.AspNet.Controls.FileBrowserAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum FileBrowserMode
Public Enumeration FileBrowserMode
public enum class FileBrowserMode
Members
| Member name | Value | Description |
---|
| Default | 1 |
The Default mode renders all controls in the FileBrowser (tree, grid, toolbar, etc.)
|
| FileTree | 2 |
The FileTree mode renders both files and folders in the tree and removes the grid control.
|
See Also