| RegisterLiveTileModelProviderAttribute Constructor |
Attribute constructor.
Namespace: CMS.ApplicationDashboard.Web.UIAssembly: CMS.ApplicationDashboard.Web.UI (in CMS.ApplicationDashboard.Web.UI.dll) Version: 13.0.131
Syntaxpublic RegisterLiveTileModelProviderAttribute(
string resourceName,
string elementName,
Type liveTileModelProvider
)
Parameters
- resourceName
- Type: SystemString
Name of the resource - elementName
- Type: SystemString
Name of the UI element - liveTileModelProvider
- Type: SystemType
Type of live model provider. The type has to be implementing ILiveTileModelProvider interface
Exceptions| Exception | Condition |
|---|
| ArgumentException | resourceName or elementName or liveTileModelProvider is null |
| ArgumentNullException | Given type does not implement ILiveTileModelProvider interface |
See Also