Command to rename nodes. More...
#include "api/command.h"
Static Public Member Functions | |
static IRenameCommand * | create (const CPath &path, const string &new_name) |
Create an instance of IRenameCommand. More... | |
Additional Inherited Members | |
![]() | |
virtual CError | execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0 |
Internal use only. | |
Command to rename nodes.
|
static |
Create an instance of IRenameCommand.
path | the node to rename |
string | new name for the node. Must be unique within siblings, must only use characters within CStringHelper::node_name_character_set |