Method GameCmsGetImage
GameCmsGetImage(String)
Gets an image for an associated game CMS asset. Example path is "progression/inventory/armor/gloves/003-001-olympus-8e7c9dff-sm.png".
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<byte[],Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetImage (string filePath);
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Path to the CMS image. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Byte[],RawResponseContainer>> | If successful, returns the byte array for the requested image. Otherwise, returns null. |