| Visual Basic | |
|---|---|
Sub AddFileByPath( _ ByVal bsPath As System.String _ ) | |
| C# | |
|---|---|
void AddFileByPath( System.string bsPath ) | |
| C++/CLI | |
|---|---|
void AddFileByPath( & System.String^ bsPath ) | |
Parameters
- bsPath
- Path of file 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