UIElementAttribute Constructor (String, String, Boolean, Boolean) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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