Delete Method
Deletes a document from the library specified by DocumentLibrary .
Syntax
[VB.NET] Public Sub Delete(ByVal RemoteFile As String)
[C#] public void Delete(string remoteFile);
Remarks
The name of the document is provided by RemoteFile.
NOTE: This method has a corresponding asynchronous version (DeleteAsync) for use in the WinRT environment.