| AbstractConfigurationGetBoolAttribute Method | 
            Gets the value for particular attribute of the XML node converted to boolean.
            
 
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected static bool GetBoolAttribute(
	XmlNode node,
	string name,
	bool defaultValue
)
Parameters
- node
- Type: System.XmlXmlNode
 Xml node
- name
- Type: SystemString
 Attribute name
- defaultValue
- Type: SystemBoolean
 Default value
Return Value
Type: 
Boolean See Also
See Also