Method GetContentStateDataPath
GetContentStateDataPath(bool)
Gets the path of the cache data from a selected build.
Declaration
public static string GetContentStateDataPath(bool browse)
Parameters
Type | Name | Description |
---|---|---|
bool | browse | If true, the user is allowed to browse for a specific file. |
Returns
Type | Description |
---|---|
string | The path of the previous state .bin file used to detect changes from the previous build to the content update build. |