| 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
See the IEdmBatchDelete examples.
After calling this method, call IEdmBatchDelete::CommitDelete to delete the file from the vault.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2008