FetchResource

Resources.FetchResource method

Download the resource specified in the name parameter from the online repository. If the resource is already downloaded, it will be overwritten. You can omit the .OCR extension and use file name only.

public static void FetchResource(string name)
ParameterTypeDescription
nameStringString with resource name. See the ListRemote method.

See Also