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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public 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