Click or drag to resize
ILiveTileModelProvider Interface
Interface that provides access to LiveTileModel.

Namespace: CMS.ApplicationDashboard
Assembly: CMS.ApplicationDashboard (in CMS.ApplicationDashboard.dll) Version: 9.0.0
Syntax
C#
public interface ILiveTileModelProvider

The ILiveTileModelProvider type exposes the following members.

Methods
  NameDescription
Public methodGetModel
Loads model for the dashboard live tile. Null should be returned if live tile should stay dead.
Top
See Also