SOLIDWORKS PDM Professional API Help Send Feedback
EdmListFile2 Structure Members
See Also  Fields 
EPDM.Interop.epdm Namespace : EdmListFile2 Structure


The following tables list the members exposed by EdmListFile2.

Public Fields

 NameDescription
public FieldmbHasLockRightsGets whether a file in a user's local cache can be checked out.  
public FieldmbLocalOverwrittenVersionObsoleteGets whether a file in a user's local cache is valid or obsolete because the file was overwritten by another user who checked out the file, modified the file, and checked in the file.  
public FieldmbsLockComputerName of computer on which the file is checked out.  
public FieldmbsLockPathPath to the folder where the file is checked out.  
public FieldmbsLockUserName of user to whom this file is checked out.  
public FieldmbsLockViewIDGUID of the vault view where this file is checked out.  
public FieldmbsRevisionNameName of the file’s current revision.  
public FieldmlFileIDID of the file.  
public FieldmlFolderIDID of the file’s parent folder.  
public FieldmlLatestVersionLatest version of the file.  
public FieldmlLocalVersionVersion of the file in the local cache, based on the date of the file passed to the IEdmBatchListing::AddFile method.  
public FieldmlLockProjectIDID of the project where this file is checked out.  
public FieldmlParamCaller-defined parameter that was passed to the IEdmBatchListing::AddFile method.  
public FieldmoColumnDataColumn data for the selected column set.  
public FieldmoCurrentStateFile’s current workflow state.  
Top

See Also