| Visual Basic | |
|---|---|
Public Enum EdmColType Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmColType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmColType : public System.Enum | |
| Member | Description |
|---|---|
| EdmCol_AttachedVersion | 10000 = As-built version |
| EdmCol_Category | 12 = File category |
| EdmCol_Configuration | 21 = Configuration name |
| EdmCol_Date | 3 = File last modified date |
| EdmCol_DaysInState | 32 = Number of days file in workflow state |
| EdmCol_EdmListRetFileFlag | 30 = Combination of EdmListRetFileFlag flags |
| EdmCol_FileSize | 2 = File size |
| EdmCol_FileType | 10 = File type |
| EdmCol_FoundInVersion | 9 = Version in which the search tool found the file |
| EdmCol_LatestFileDate | 17 = File latest version date |
| EdmCol_LatestVersion | 4 = File latest version number |
| EdmCol_LockComputer | 15 = Name of computer where the file is checked out |
| EdmCol_LockedIn | 8 = Name of computer and folder path where the file is checked out |
| EdmCol_LockPath | 14 = Path to folder where the file is checked out |
| EdmCol_LockUser | 7 = Name of user who has the file checked out |
| EdmCol_LockUserID | 13 = ID of user who has the file checked out |
| EdmCol_LockViewID | 18 = ID of the file vault view where the file is checked out |
| EdmCol_Name | 1 = File name |
| EdmCol_ParentFileConfiguration | 29 = Name of the configuration referencing this file |
| EdmCol_ParentFileID | 28 = ID of file referencing this file |
| EdmCol_Path | 5 = File path |
| EdmCol_RefCount | 11 = Reference count |
| EdmCol_Shared | 19 = File share count |
| EdmCol_State | 6 = File workflow state name + newline + file workflow state icon name |
| EdmCol_StateName | 16 = File workflow state name |
| EdmCol_Variable | 0 = The column is linked to a card variable |
| EdmCol_VersionNumber | 31 = File version number |