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


Holds information about a file returned by the IEdmBatchListing::GetFiles method.

Syntax

Visual Basic 
Public Structure EdmListFile 
   Inherits System.ValueType
C# 
public struct EdmListFile : System.ValueType 
C++/CLI 
public value class EdmListFile : public System.ValueType 

Example

struct EdmListFile

{
  integer mlFileID;
  integer mlFolderID;
  integer mlParam;
  integer mlLatestVersion;
  integer mlLocalVersion;
  string mbsLockUser;
  string mbsLockComputer;
  string mbsLockPath;
  string mbsRevisionName;
  struct EdmWorkflowInfo moCurrentState;
  object moColumnData;
};

Remarks

This struct is extended by EdmListFile2, which is returned by the IEdmBatchListing4::GetFiles2 method.

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional