AbstractConfiguration.GetBoolKeyValue Method |
Returns attribute value of the specific option (specific key node) converted to boolean.
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntaxprotected static Nullable<bool> GetBoolKeyValue(
XmlNode optionNode,
string keyName,
Nullable<bool> defaultValue
)
Parameters
- optionNode
- Type: System.Xml.XmlNode
Option node containing key nodes - keyName
- Type: System.String
Attribute name of the specific key node - defaultValue
- Type: System.Nullable<Boolean>
Default value
Return Value
Type:
Nullable<Boolean>Attribute value of the specific key node
See Also