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 IAsyncAction
[C#] public IAsyncAction CopyAsync(string documentName, string newDocumentLibrary, string newName);