Click or drag to resize
XMLHelperGetXmlNodeValue Method

[Missing <summary> documentation for "M:Slickflow.Engine.Utility.XMLHelper.GetXmlNodeValue(System.Xml.XmlNode,System.String)"]

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static string GetXmlNodeValue(
	XmlNode xmlNode,
	string childNodeName
)

Parameters

xmlNode
Type: System.XmlXmlNode
childNodeName
Type: SystemString

Return Value

Type: String
See Also