MetaData.RetrieveSchemaFromUrlToFile(String, 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.