Click or drag to resize
AbstractConfigurationGetBoolAttribute Method
Gets the value for particular attribute of the XML node converted to boolean.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected 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