Click or drag to resize
UIElementAttribute Constructor (String, String)
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public UIElementAttribute(
	string resourceName,
	string elementName
)

Parameters

resourceName
Type: SystemString
Resource name
elementName
Type: SystemString
Element name
See Also