Click or drag to resize
AbstractConfigurationGetKeyValue Method
Returns attribute value of the specific option (specific key node).

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected static string GetKeyValue(
	XmlNode optionNode,
	string keyName
)

Parameters

optionNode
Type: System.XmlXmlNode
Option node containing key nodes
keyName
Type: SystemString
Attribute name of the specific key node

Return Value

Type: String
Attribute value of the specific key node
See Also