Method CheckForCatalogUpdates
CheckForCatalogUpdates(Boolean)
Checks all updatable content catalogs for a new version.
Declaration
public static AsyncOperationHandle<List<string>> CheckForCatalogUpdates(bool autoReleaseHandle = true)Parameters
| Type | Name | Description | 
|---|---|---|
| Boolean | autoReleaseHandle | If true, the handle will automatically be released when the operation completes. | 
Returns
| Type | Description | 
|---|---|
| AsyncOperationHandle<List<String>> | The operation containing the list of catalog ids that have an available update. This can be used to filter which catalogs to update with the UpdateContent. |