Method GetLocalCacheFilePath
GetLocalCacheFilePath(RemoteContentLocation, out string)
Gets the local cache file path for a location and checks to see if it exists.
Declaration
public bool GetLocalCacheFilePath(RemoteContentLocation loc, out string path)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentLocation | loc | The content location. |
string | path | The local cache path. This will be set regardless if the cached file exists. |
Returns
Type | Description |
---|---|
bool | True if the cached file exists, otherwise false. |