SOLIDWORKS PDM Professional API Help Send Feedback
GetFileList Method (IEdmBatchGet)
See Also 
EPDM.Interop.epdm Namespace > IEdmBatchGet Interface : GetFileList Method (IEdmBatchGet)


lEdmGetFileListFlags
Combination of EdmGetFileListFlag bits
Gets a list of the files in this batch.

Syntax

Visual Basic 
Function GetFileList( _
   ByVal lEdmGetFileListFlags As System.Integer _
) As EdmSelectionList5
C# 
EdmSelectionList5 GetFileList( 
   System.int lEdmGetFileListFlags
)
C++/CLI 
EdmSelectionList5^ GetFileList( 
&   System.int lEdmGetFileListFlags
) 

Parameters

lEdmGetFileListFlags
Combination of EdmGetFileListFlag bits

Return Value

IEdmSelectionList5; list of files in this batch

Example

See the IEdmBatchGet examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

Version 6.3 of SOLIDWORKS PDM Professional