Click or drag to resize
XmlHelperGetAttributeValue Method (XmlNode, String)
Returns value of the specified attribute from the given node representing a form field.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetAttributeValue(
	XmlNode node,
	string attributeName
)

Parameters

node
Type: System.XmlXmlNode
Node representing a form field
attributeName
Type: SystemString
Attribute name

Return Value

Type: String
See Also