- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
Is it possible to have a user-dependent for the <Assembly> property in the .addin files?
We want to be able to place the .dll files in a sharepoint folder and have the addin file point towards there.
But the path where our sharepoint folder is synced is in the user folder.
The path would look like this :
<Assembly>C:\Users\user.name\Company_SharePoint\InventorExporter.dll</Assembly>
From my understanding every user would have to to replace user.name with their user.
Is there a way to use something like C#'s
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)
to get the user folder or do we have to find a solution outside the user folder?
Thank you and Kind Regards
Ziyad
Solved! Go to Solution.