ILiveTileModelProviderGetModel Method |
Loads model for the dashboard live tile. Null should be returned if live tile should stay dead.
Namespace: CMS.ApplicationDashboardAssembly: CMS.ApplicationDashboard (in CMS.ApplicationDashboard.dll) Version: 8.2.23
Syntax LiveTileModel GetModel(
LiveTileContext liveTileContext
)
Parameters
- liveTileContext
- Type: CMS.ApplicationDashboardLiveTileContext
Context of the live tile. Contains information about the user and the site the model is requested for
Return Value
Type:
LiveTileModelLive tile model or null if tile should stay in the dead state
See Also