Command to save node hierarchies, associated data files and embedded modules to .integra files. More...
#include "api/command.h"


Static Public Member Functions | |
| static ISaveCommand * | create (const string &file_path, const CPath &node_path) |
| Create an instance of ISaveCommand Saves node hierarchies, associated data files and embedded modules to .integra files. More... | |
Additional Inherited Members | |
Public Member Functions inherited from integra_api::ICommand | |
| virtual CError | execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0 |
| Internal use only. | |
Command to save node hierarchies, associated data files and embedded modules to .integra files.
|
static |
Create an instance of ISaveCommand Saves node hierarchies, associated data files and embedded modules to .integra files.
| file_path | desination .integra file |
| node_path | the branch of the node tree to save. Currently, the command only allows saving of branches of the node tree - if you pass an empty path, the command won't work. |
1.8.6