Method HIUGCGetBlob
HIUGCGetBlob(String)
Returns a binary blob using it's path as a reference.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<byte[],Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCGetBlob (string blobPath);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | blobPath | Path to the blob to be obtained. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<HaloApiResultContainer<System.Byte[],RawResponseContainer>> | If successful, returns a binary blob containing file data. Otherwise, returns null. |