Method HIUGCUndeleteVersion
HIUGCUndeleteVersion(String, String, String, String)
Undeletes a previously deleted asset version.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<bool,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCUndeleteVersion (string title, string assetType, string assetId, string versionId);
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title for the game for which the authoring session needs to be spawned. Example variant is "hi" for "Halo Infinite". |
System.String | assetType | Type of asset to unpublish. Example value is "UgcGameVariants". |
System.String | assetId | Unique asset ID for the asset type specified earlier. |
System.String | versionId | Unique ID for the asset version to be undeleted. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Boolean,RawResponseContainer>> | If successful, returns true. Otherwise, returns false. |