Method | Description | |
---|---|---|
AppTileManagement ( [ feedManager, [ catalogManager, [ iconCache, [ tileListMyApps, [ tileListCatalog, bool machineWide ) : System |
Creates a new tile manager.
|
|
LoadCachedCatalog ( ) : void |
Loads a cached version of the catalog from the disk and passes it to SetCatalog.
|
|
SetCatalog ( [ newCatalog ) : void |
Updates the displayed catalog list based on changes detected between the current and the new catalog.
|
Method | Description | |
---|---|---|
GetCatalogOnline ( ) : Catalog | ||
LoadFeedSafe ( [ feedUri ) : Feed | ||
QueueCatalogTile ( [ feed ) : void |
Creates a new tile for the feed and queues it for adding on the _tileListCatalog.
|
|
UpdateMyApps ( ) : IEnumerable |
public AppTileManagement ( [ feedManager, [ catalogManager, [ iconCache, [ tileListMyApps, [ tileListCatalog, bool machineWide ) : System | ||
feedManager | [ | Provides access to remote and local |
catalogManager | [ | Provides access to remote and local |
iconCache | [ | The icon cache used by newly created |
tileListMyApps | [ | The |
tileListCatalog | [ | The |
machineWide | bool | Apply operations machine-wide instead of just for the current user. |
return | System |