| SecurityAttribute Constructor (String, String, String) | 
            Constructor.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also