AbstractConfigurationGetAttribute Method |
Gets the value for particular attribute of the XML node.
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected static string GetAttribute(
XmlNode node,
string name
)
Parameters
- node
- Type: System.XmlXmlNode
Xml node - name
- Type: SystemString
Attribute name
Return Value
Type:
StringSee Also