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

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected static string GetAttribute(
	XmlNode node,
	string name
)

Parameters

node
Type: System.XmlXmlNode
Xml node
name
Type: SystemString
Attribute name

Return Value

Type: String
See Also