PackageUtilities.CopyUrlToLocal(Uri, String) Method

Definition

Copies the specified file to the local project directory.

public:
 static void CopyUrlToLocal(Uri ^ uri, System::String ^ local);
public static void CopyUrlToLocal (Uri uri, string local);
static member CopyUrlToLocal : Uri * string -> unit
Public Sub CopyUrlToLocal (uri As Uri, local As String)

Parameters

uri
Uri

The Uri to copy.

local
String

The local resource to copy to.

Remarks

A timeout of 10 seconds is applied.

Applies to