PackageUtilities.CopyUrlToLocal(Uri, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- local
- String
The local resource to copy to.
Remarks
A timeout of 10 seconds is applied.