| Visual Basic | |
|---|---|
Public Enum EdmListFolderFlags Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmListFolderFlags : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmListFolderFlags : public System.Enum | |
| Member | Description |
|---|---|
| EdmListFolder_Nothing | 0 = None of the other values |
| EdmListFolder_Recursive | 1 = Add the files inside the folder instead of adding the folder itself to the list; the files in any subfolders are added recursively |