Method GameCmsGetGenericWaypointFile
GameCmsGetGenericWaypointFile(String)
Gets a file from the Halo Waypoint service.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<byte[],Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetGenericWaypointFile (string filePath);
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Path to the file to be retrieved. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Byte[],RawResponseContainer>> | If successful, a byte array containing the file contents. Otherwise, returns null and error details. |