Click or drag to resize
ILiveTileModelProviderGetModel Method
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.2.23
Syntax
C#
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: LiveTileModel
Live tile model or null if tile should stay in the dead state
See Also