Method HIUGCUnpublishAsset
HIUGCUnpublishAsset(String, String)
Unpublishes a previously published asset.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<bool,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCUnpublishAsset (string assetType, string assetId);
Parameters
Type | Name | Description |
---|---|---|
System.String | assetType | Type of asset to unpublish. Example value is "UgcGameVariants". |
System.String | assetId | Unique asset ID for the asset type specified earlier. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Boolean,RawResponseContainer>> | If successful, returns true. Otherwise, returns false. |