| Visual Basic | |
|---|---|
Sub Rename( _ ByVal lParentWnd As System.Integer, _ ByVal bsNewName As System.String, _ ByVal lFlags As System.Integer _ ) | |
| C# | |
|---|---|
void Rename( System.int lParentWnd, System.string bsNewName, System.int lFlags ) | |
| C++/CLI | |
|---|---|
void Rename( & System.int lParentWnd, & System.String^ bsNewName, & System.int lFlags ) | |
Parameters
- lParentWnd
- Parent window handle
- bsNewName
- New name of the folder
- lFlags
- 0; reserved for future use
If this folder contains files with external references, this method could take an extended period of time to rewrite the include paths.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 6.0