DiscardCheckout Method
Discards a checkout lock.
Syntax
[VB.NET] Public Sub DiscardCheckout(ByVal RemoteFile As String)
[C#] public void DiscardCheckout(string remoteFile);
Remarks
Removes the checkout lock on the document specified by RemoteFile.
NOTE: This method has a corresponding asynchronous version (DiscardCheckoutAsync) for use in the Xamarin environment.