CopyResourceAsync Method
Copies the specified resource to a new location.
Syntax
[VB.NET] Public Function CopyResourceAsync(ByVal FolderId As String, ByVal NewResourceName As String) As Task
[C#] public Task CopyResourceAsync(string folderId, string newResourceName);