Querying menu items in ID help menu
Hi all,
I have two seperate plugins which is published by my company. What I simply need is to put our help links in the order of
Help -> My company |-> Plugin 1 Name -> Everything related to Plugin 1
|-> Plugin 2 Name -> Everything related to Plugin 2
We are currently doing all these menu operations using "iMenuManager" in the SDK with addMenuitem and removeMenuitem etc. But as the menu paths are suppose to be in a PMString like "Main:&Help:My company:Plugin 1 Name:Everything related to Plugin 1", both of our products make their own entries for "My Company" menu item. (As they come from seperate code bases and are seperate plugins)
So my menu looks like the below example instead of the above illustration that I have mentioned
Help -> |-> My company -> Plugin 1 Name -> Everything related to Plugin 1
|-> My company -> Plugin 2 Name -> Everything related to Plugin 2
What I need, is to check if "My Company" entry is already in the help menu and if it's already there, add the other plugin related menu under already existing "My Company" menu.
Is there a way in the SDK to check if a certain menu item is aready available in the Help menu?
