Summary
Ensures that the icon at the given url is downloaded into the specified filePath
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Containing Type
- Download
File Attribute
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 |