Method GameCmsGetProgressionFile
GameCmsGetProgressionFile<T>(String)
Returns a progression file. This method is using a generic parameter due to the fact that there are multiple progression file variants.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<T,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetProgressionFile<T> (string filePath);
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Path to the progression file. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<T,RawResponseContainer>> | If successful, returns an instance of T, where T is the type of the progression file. Otherwise, returns null. |
Type Parameters
Name | Description |
---|---|
T | Type of progression file to be obtained. |