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 IAsyncAction
[C#] public IAsyncAction CopyResourceAsync(string folderId, string newResourceName);