Click or drag to resize
XmlHelperGetXmlAttributeValue Method
Returns string value of the specified xml attribute.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetXmlAttributeValue(
	XmlAttribute attribute,
	string defValue
)

Parameters

attribute
Type: System.XmlXmlAttribute
Xml attribute to get value of
defValue
Type: SystemString
Default value if xml attribute is not defined

Return Value

Type: String
See Also