Go to: Synopsis. Return value. MEL examples.

Synopsis

string[] listPanelCategories()

Lists all categories present in the Panels menus, including the default menu entries as well as new categories added view the command addPanelCategory.

Return value

string result[] : Returns the list of Panels categories on success.

MEL examples

  string $cats[] = `listPanelCategories()`;