| Visual Basic | |
|---|---|
Public Enum EdmCreateListExFlags Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmCreateListExFlags : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmCreateListExFlags : public System.Enum | |
| Member | Description |
|---|---|
| Edmclef_AllConfigurations | 2 = Return separate nodes for configurations |
| Edmclef_AsBuilt | 16 = Use as-built reference versions instead of the latest version |
| Edmclef_DontGetLatest | 64 = Do not get the latest version |
| Edmclef_GetDrawings | 8 = Return drawings of added files |
| Edmclef_GetReferences | 4 = Return references of added files |
| Edmclef_MayReadFiles | 1 = Permit the API to read variables from the cached files; if this flag is not set, values are read from the database |
| Edmclef_Nothing | 0 = Default behavior |
| Edmclef_ReturnReferences | 32 = Return file references for every node that is passed in |