Hi i have set the “Shortcut” property from the Camera → Client Tab.
saved it.
In my plugin user control when using an ItemPickerForm with Kind.Camera.
I select the camera, but there is not “ShortCut” in the Item.Properties[“ShortCut”] (lots of other things).
tried to debug the VideoViewer sample found in the SDK and there i can see the “ShortCut” after selecting the same camera as my proj.
is this a security related?
any settings i missed maybe?
Thank you,
Or
The properties for an item is different in each environment.
Using the ConfigDump I could see that the ShortCut property is available in a Smart Client plugin and is not available in a Management Client plugin.
A possible workaround if you want the property on Management Client is to read it using the Configuration API.
If I am on the right track and you would like to get a tip on how to use the Configuration API in a Management Client plugin let me know..
Hi,
Thank you for your answer, i would very happy to look in to it, if you could direct me to how to use the Configuration API that would be great.
Thank you,
Or
While thinking how to best answer I got to think about this knowledge base article:
https://developer.milestonesys.com/s/article/exploring-the-MIP-SDK-recommended-top-SDK-samples
Please see the text in the Configuration API section.
Do not hesitate to ask for further guidance when having had a first glance at the recommended samples..