I have a vsto project that creates a ribbon menu for a customized LaserFiche plugin. Might be overkill, but we have quite a few things that we need to do over and above the standard LF plugin.
I have attached an event - on startup - that automatically logs into to a repo of the users choosing. In that startup event I am setting up a trigger for DocumentOpen - in case the user opens a document directly from the LF client (right click -> edit electronic document). The standard LF plugin picks up that the document is from a repo and enables checkout etc.
I want to be able to check if the Opened doc (at this point it is already downloaded to %temp%) is from a repository.
Can this be done?