Name

Wizard::AddTreeItem — Add Tree Item to tree enabled Wizard

Synopsis

Import Wizard;
list<map> Wizard::AddTreeItem ( list<map>  Tree ,
  string  parent ,
  string  title ,
  string  id );

Parameters

list<map> Tree

Tree Data

string parent

Parent of this item

string title

Item Title

string id

Item ID

Return Value

list<map>

Updated Tree Data