Hello experts,
I am i need to use Microsoft.Sharepoint.Clinet namespace in my project, but i dont know how to and where to save this Microsoft.Sharepoint.Client.dll file to UiPath project so that i should see Microsoft.Sharepoint while using invoke code.
The dll should be compiled as .nupkg or finda .nupkg which contains the namespace you need…you can search in manage packages if it is already present
After installing package…we can click on imports and import the namespace
Cheers