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


ppoFolders
Array of EdmListFolder structures; one structure for each folder in the listing
Gets all the folders in this listing.

Syntax

Visual Basic 
Sub GetFolders( _
   ByRef ppoFolders() As EdmListFolder _
) 
C# 
void GetFolders( 
   out EdmListFolder[] ppoFolders
)
C++/CLI 
void GetFolders( 
&   [Out] array<EdmListFolder>^ ppoFolders
) 

Parameters

ppoFolders
Array of EdmListFolder structures; one structure for each folder in the listing

Remarks

Before calling this method, call IEdmBatchListing::CreateList.

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2010