'How to open the SharePoint word document programmatically using C# language while other user has already open the same document

We are using SharePoint libraries to open the Sharepoint word document using C#. When single user is working on this, everything is fine. But the problem occurs when other users trying to open the same document programmatically.

I have created an application ID and granted this application ID with full permissions i.e. using this application ID we can add specific user to authorized users list and at the same time this application ID used to revoke the permissions for that specific user as well.

Do we have shareable Sharepoint word document links for users to work on same document at the same time?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source