Method HIUGCEndSession
HIUGCEndSession(String, String, String)
End all active asset authoring sessions for a given asset.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<bool,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCEndSession (string title, string assetType, string assetId);
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title which contains the asset. An example value here is "hi". |
System.String | assetType | Type of asset to check. Example value is "UgcGameVariants". |
System.String | assetId | Unique ID for the asset. Example value is "f96f57e2-9f15-45c5-83ac-5775a48d2ba8" for "Attrition-Default-UGC". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<System.Boolean,RawResponseContainer>> | If session termination is successful, return true. Otherwise, returns false. |