Method RemapContentPath
RemapContentPath(string)
Remaps the orignal content path to the path of the content in the local cache.
Declaration
public string RemapContentPath(string originalPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | originalPath | The original content path, relative to teh streaming assets folder. |
Returns
| Type | Description |
|---|---|
| string | The remapped path in the local cache. If the content is not already in the cache, the original path is returned. |