ProjectRenameCodeUnit Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void RenameCodeUnit(
CodeUnit codeUnit,
string newfileName
)
Parameters
- codeUnit
- Type: Nova.CodeDOMCodeUnit
The CodeUnit to be renamed. - newfileName
- Type: SystemString
The new file name.
See Also