Click or drag to resize
RegisterLiveTileModelProviderAttribute Constructor
Attribute constructor.

Namespace: CMS.ApplicationDashboard
Assembly: CMS.ApplicationDashboard (in CMS.ApplicationDashboard.dll) Version: 8.2.23
Syntax
C#
public 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
ExceptionCondition
ArgumentExceptionresourceName or elementName or liveTileModelProvider is null
ArgumentNullExceptionGiven type does not implement ILiveTileModelProvider interface
See Also