So my company does not want to allow data exports for all users due to the sensitivity of our data. There are certain individuals that can and should have this functionality enabled. I am trying to find a way via custom behavior that will validate the logged in users name and enable/disable the export tool as appropriate.
My issue here is that I do not know how to reference the export tools that is comes with the Silverlight Viewer. I have no probelems with custom tools as i can do this in the in canExecute and I am also able to do this with the layout elements. Any ideas how to disable an add-in from another?