MultipleRoots Enumeration |
Values that represent multiple roots.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public enum MultipleRoots
Public Enumeration MultipleRoots
public enum class MultipleRoots
Members
| Member name | Value | Description |
---|
| SingleRoot | 0 | An enum constant representing the single root option. |
| MultipleRoots | 1 | An enum constant representing the multiple roots option. |
See Also