FetchResources

Resources.FetchResources method

Download the resources specified in the names parameter from the online repository. If one or more resources are already downloaded, they will be overwritten. You can omit the .OCR extension and use file names only.

public static void FetchResources(string[] names)
ParameterTypeDescription
namesString[]Array with resources names. See the ListRemote method.

See Also