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


oFolderIDorPath
ID of or path to folder to delete
Adds a folder with the specified ID or path to the batch of folders to delete.

Syntax

Visual Basic 
Sub AddFolder( _
   ByVal oFolderIDorPath As System.Object _
) 
C# 
void AddFolder( 
   System.object oFolderIDorPath
)
C++/CLI 
void AddFolder( 
&   System.Object^ oFolderIDorPath
) 

Parameters

oFolderIDorPath
ID of or path to folder to delete

Example

See the IEdmBatchDelete examples.

Remarks

After calling this method, call IEdmBatchDelete::CommitDelete to delete the file from the vault.

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2008