| UIElementAttribute Constructor (String, String, Boolean, Boolean) | 
            Constructor.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic UIElementAttribute(
	string resourceName,
	string elementName,
	bool validateDialogHash,
	bool checkPermissions
)
Parameters
- resourceName
- Type: SystemString
 Resource name
- elementName
- Type: SystemString
 Element name
- validateDialogHash
- Type: SystemBoolean
 Indicates whether hash for dialogs should be validated (Disable for legacy pages only in special cases)
- checkPermissions
- Type: SystemBoolean
 Indicates whether permission should be checked (incl. UI personalization, Permissions, Resource on site)
 See Also
See Also