AbstractConfiguration GetBoolKeyValue Method Kentico 8.1 API Reference
Returns attribute value of the specific option (specific key node) converted to boolean.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

optionNode
Type: OnlineSystem.Xml XmlNode
Option node containing key nodes
keyName
Type: OnlineSystem String
Attribute name of the specific key node
defaultValue
Type: OnlineSystem Nullable OnlineBoolean 
Default value

Return Value

Type: OnlineNullable OnlineBoolean 
Attribute value of the specific key node
See Also