Method CheckForCatalogUpdates
CheckForCatalogUpdates(bool)
Checks all updatable content catalogs for a new version.
선언
public static AsyncOperationHandle<List<string>> CheckForCatalogUpdates(bool autoReleaseHandle = true)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| bool | autoReleaseHandle | If true, the handle will automatically be released when the operation completes. |
반환
| 타입 | 설명 |
|---|---|
| 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. |