| Visual Basic | |
|---|---|
Function ConfirmReplace( _ ByVal eReason As EdmGetConfirmReason, _ ByVal bsPath As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ConfirmReplace( EdmGetConfirmReason eReason, System.string bsPath ) | |
| C++/CLI | |
|---|---|
System.bool ConfirmReplace( & EdmGetConfirmReason eReason, & System.String^ bsPath ) | |
Parameters
- eReason
- Reason for calling this method as defined in EdmGetConfirmReason
- bsPath
- Full path to the local file
Return Value
True to replace an existing file, false to leave an existing file- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.3