MetaData.RetrieveSchemaFromUrlToFile(String, String) Method

Definition

Downloads the XML schema from a URL, and writes it to the specified file.

public:
 static void RetrieveSchemaFromUrlToFile(System::String ^ url, System::String ^ path);
public static void RetrieveSchemaFromUrlToFile (string url, string path);
static member RetrieveSchemaFromUrlToFile : string * string -> unit
Public Shared Sub RetrieveSchemaFromUrlToFile (url As String, path As String)

Parameters

url
String

The URL where the XML schema is located.

path
String

The path of the file that the schema is written to.

Remarks

Note

If a file with the specified name already exists, it is overwritten.

Applies to