Method GetHashFilePath
GetHashFilePath(string)
Given a path to a catalog file, returns the corresponding .hash file path.
Only the file extension is replaced; any URL query string is preserved.
Declaration
public static string GetHashFilePath(string catalogPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | catalogPath | The path or URL of the catalog file. |
Returns
| Type | Description |
|---|---|
| string | The hash file path corresponding to the given catalog path. |