CopyResource Method
Copies a file.
Syntax
[VB.NET] Public Function CopyResource(ByVal resourceTitle As String) As String
[C#] public string CopyResource(string resourceTitle);
Remarks
This method copies the file specified by ResourceId. The ResourceTitle parameter defines the name of the newly created file. The Id of the newly created file is returned by this method.
NOTE: This method has a corresponding asynchronous version (CopyResourceAsync) for use in the Xamarin environment.