Tree folders

From Expertiza_Wiki
Revision as of 01:38, 23 April 2018 by Smishra4 (talk | contribs)
Jump to navigation Jump to search

Tree folders define the top level containers for the tree display.

Tree Folders variable documentation

Field Name Type Description
id int(11) This object's unique ID value. One per object.
name varchar(255) The name displayed for the tree folder
child_type varchar(255) The model type name contained in this folder
parent_id int(11) This object's unique parent ID value.

Back to Database Tables Main page.