Method ComputeCachePath
ComputeCachePath(RemoteContentLocation)
Computes the local path of the content in the cache.
Declaration
public string ComputeCachePath(RemoteContentLocation loc)
Parameters
Type | Name | Description |
---|---|---|
RemoteContentLocation | loc | The content location. |
Returns
Type | Description |
---|---|
string | The local path of content. This does not imply that the content actually exists in the cache. Use File.Exists or GetDownloadStatus(in RemoteContentLocation) to determine if the content is cached. |