AbstractConfigurationGetBoolKeyValue 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: 12.0.0
Syntax protected static Nullable<bool> GetBoolKeyValue(
XmlNode optionNode,
string keyName,
Nullable<bool> defaultValue
)
Parameters
- optionNode
- Type: System.XmlXmlNode
Option node containing key nodes - keyName
- Type: SystemString
Attribute name of the specific key node - defaultValue
- Type: SystemNullableBoolean
Default value
Return Value
Type:
NullableBooleanAttribute value of the specific key node
See Also