| Visual Basic | |
|---|---|
Public Enum EdmDefValComp Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmDefValComp : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmDefValComp : public System.Enum | |
| Member | Description |
|---|---|
| EdmDvc_FileID | 1 = Return the ID of the file |
| EdmDvc_FilePath | 3 = Return the file's complete path |
| EdmDvc_FolderID | 2 = Return the ID of the file's parent folder |