Command to delete nodes from the node hierarchy. More...
#include "api/command.h"
Static Public Member Functions | |
static IDeleteCommand * | create (const CPath &path) |
Create an instance of IDeleteCommand Use IDeleteCommand to delete nodes from the node hierarchy. The command will also delete child nodes of the deleted node. More... | |
Additional Inherited Members | |
![]() | |
virtual CError | execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0 |
Internal use only. | |
Command to delete nodes from the node hierarchy.
|
static |
Create an instance of IDeleteCommand Use IDeleteCommand to delete nodes from the node hierarchy. The command will also delete child nodes of the deleted node.
path | the node to delete |