Click or drag to resize
CMSPageCheckUIElements Method
Checks the security of the UI elements, returns true if the security check succeeded

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool CheckUIElements(
	string resourceName,
	params string[] uiElements
)

Parameters

resourceName
Type: SystemString
Resource name
uiElements
Type: SystemString
List of UI elements

Return Value

Type: Boolean
See Also