SOLIDWORKS PDM Professional API Help Send Feedback
EdmColType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmColType Enumeration


Types of file listing column content; specified in the EdmListCol structure.

Syntax

Visual Basic 
Public Enum EdmColType 
   Inherits System.Enum
C# 
public enum EdmColType : System.Enum 
C++/CLI 
public enum class EdmColType : public System.Enum 

Members

MemberDescription
EdmCol_AttachedVersion10000 = As-built version
EdmCol_Category12 = File category
EdmCol_Configuration21 = Configuration name
EdmCol_Date3 = File last modified date
EdmCol_DaysInState32 = Number of days file in workflow state
EdmCol_EdmListRetFileFlag30 = Combination of EdmListRetFileFlag flags
EdmCol_FileSize2 = File size
EdmCol_FileType10 = File type
EdmCol_FoundInVersion9 = Version in which the search tool found the file
EdmCol_LatestFileDate17 = File latest version date
EdmCol_LatestVersion4 = File latest version number
EdmCol_LockComputer15 = Name of computer where the file is checked out
EdmCol_LockedIn8 = Name of computer and folder path where the file is checked out
EdmCol_LockPath14 = Path to folder where the file is checked out
EdmCol_LockUser7 = Name of user who has the file checked out
EdmCol_LockUserID13 = ID of user who has the file checked out
EdmCol_LockViewID18 = ID of the file vault view where the file is checked out
EdmCol_Name1 = File name
EdmCol_ParentFileConfiguration29 = Name of the configuration referencing this file
EdmCol_ParentFileID28 = ID of file referencing this file
EdmCol_Path5 = File path
EdmCol_RefCount11 = Reference count
EdmCol_Shared19 = File share count
EdmCol_State6 = File workflow state name + newline + file workflow state icon name
EdmCol_StateName16 = File workflow state name
EdmCol_Variable0 = The column is linked to a card variable
EdmCol_VersionNumber31 = File version number

See Also