ILiveTileModelProvider GetModel Method Kentico 8.1 API Reference
Loads model for the dashboard live tile. Null should be returned if live tile should stay dead.

Namespace: CMS.ApplicationDashboard
Assembly: CMS.ApplicationDashboard (in CMS.ApplicationDashboard.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

liveTileContext
Type: CMS.ApplicationDashboard LiveTileContext
Context of the live tile. Contains information about the user and the site the model is requested for

Return Value

Type: LiveTileModel
Live tile model or null if tile should stay in the dead state
See Also