ILiveTileModelProviderGetModel Method |
Loads model for the dashboard live tile. Null should be returned if live tile should stay dead.
Namespace: CMS.ApplicationDashboard.Web.UIAssembly: CMS.ApplicationDashboard.Web.UI (in CMS.ApplicationDashboard.Web.UI.dll) Version: 13.0.131
Syntax LiveTileModel GetModel(
LiveTileContext liveTileContext
)
Parameters
- liveTileContext
- Type: CMS.ApplicationDashboard.Web.UILiveTileContext
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