ModuleConfig.renameModule

Renames a module.

class ModuleConfig
public
void
renameModule
(
string oldName
,
string newName
)

Parameters

oldName string

The current name of the module.

newName string

the desired name of the module.

Meta