DownloadFileAttribute.

DownloadFileAttribute(string, string) Constructor

Summary

Ensures that the icon at the given url is downloaded into the specified filePath

Syntax

public DownloadFileAttribute(string url, string filePath)

Parameters

Name Type Description
url string The Url to download
filePath string The file path to download to inside the temporary directory

Return Value

Type Description
void