Method Init
Init(RemoteContentLocation, string, string)
Initialize the download operation with the information needed to start.
Declaration
public void Init(RemoteContentLocation loc, string tmpPath, string finalPath)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentLocation | loc | The content location. |
string | tmpPath | The temporary path to download to. |
string | finalPath | The final path to copy to once the download completes. |