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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public SecurityAttribute(
	string resource,
	string permission,
	string uiElements
)

Parameters

resource
Type: SystemString
Resource name to check
permission
Type: SystemString
Permission name to check
uiElements
Type: SystemString
UI elements to check separated by ';'
See Also