VDFv.Forms.Currency.MenuItem - Add to FileContext Menu

VDFv.Forms.Currency.MenuItem - Add to FileContext Menu

ThomasRambach
Advisor Advisor
1,086 Views
2 Replies
Message 1 of 3

VDFv.Forms.Currency.MenuItem - Add to FileContext Menu

ThomasRambach
Advisor
Advisor

I'm not sure why the VDF documentation is so slack compared to the normal API documentation but it is.

I'm looking for sample code on how to add a VDF.Forms.Currency.MenuItem to the FileContext menu. Any help would be appreciated.

 

0 Likes
1,087 Views
2 Replies
Replies (2)
Message 2 of 3

Markus.Koechl
Autodesk
Autodesk

The SDK sample "JobProcessorApiSamples" has code that adds a command to the file context menu: QueuePublishJobCommandExtension.cs: Line 68ff. Does this help?



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 3 of 3

ThomasRambach
Advisor
Advisor

@Markus.Koechl 

I'm able to do that using the Autodesk.Connectivity.Explorer.Extensibility method.

 

It's my understanding that VDF is the only way possible to add custom context menus that contain sub-menus. ACEE only allows for flat structure. So, with that I have not seen any examples using VDF to add the menu to the file or item right click context menus. 

 

0 Likes