CopyAsync Method
Copies the specified document to a new location.
Syntax
[VB.NET] Public Function CopyAsync(ByVal DocumentName As String, ByVal NewDocumentLibrary As String, ByVal NewName As String) As Task
[C#] public Task CopyAsync(string documentName, string newDocumentLibrary, string newName);