Attribute constructor.
Namespace: CMS.ApplicationDashboardAssembly: CMS.ApplicationDashboard (in CMS.ApplicationDashboard.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- resourceName
- Type:
System String
Name of the resource
- elementName
- Type:
System String
Name of the UI element
- liveTileModelProvider
- Type:
System Type
Type of live model provider. The type has to be implementing ILiveTileModelProvider interface
Exceptions
| Exception | Condition |
|---|---|
| resourceName or elementName or liveTileModelProvider is null | |
| Given type does not implement ILiveTileModelProvider interface |
See Also