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


lFolderID
ID of folder on which to set this label
bRecursive
True to recursively set this label on all subfolders, false to not
Sets this label on the specified folder and all of the files in that folder.

Syntax

Visual Basic 
Sub AddFolder( _
   ByVal lFolderID As System.Integer, _
   ByVal bRecursive As System.Boolean _
) 
C# 
void AddFolder( 
   System.int lFolderID,
   System.bool bRecursive
)
C++/CLI 
void AddFolder( 
&   System.int lFolderID,
&   System.bool bRecursive
) 

Parameters

lFolderID
ID of folder on which to set this label
bRecursive
True to recursively set this label on all subfolders, false to not

Remarks

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2