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


lEdmUnlockFileListFlags
Combination of EdmUnlockFileListFlag bits
Gets the list of files to be unlocked.

Syntax

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

Parameters

lEdmUnlockFileListFlags
Combination of EdmUnlockFileListFlag bits

Return Value

IEdmSelectionList5

Example

See the IEdmBatchUnlock examples.

Remarks

See the IEdmBatchUnlock remarks for information about using this method.

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