Create TreeView of ItemNode in plugin

Hi, I’m trying to develop a MIP plugin to import my application variables within milestone.

What I’m trying to do is to connect to my server, retrieve the variable treeview it contains and recreate it in milestone.

I looked at your samples and started creating a MIPPluginAllVS2010 project but I have no idea how to do that.

My goal is to have something looking like that for my plugin

Can you tell me which classes I’m suppose to use to have a similar looking result?

Best regards,

Cedric.

When placing your plugin in the appropriate Program Files folder \Milestone\MIPPlugins, you should see the plugin tree structure under the “MIP Plug-ins”. If not so, something must be missing or misplaced. Remember to build and place the 32-bits plugin in the 32-bits MIP plugin folder.

Also, I recommend looking at the Access Control sample, which demonstrates exactly what you are requesting.