Click or drag to resize
XMLHelperGetXmlAttribute Method
选择节点的某一个xml属性名称

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 GetXmlAttribute(
	XmlNode xmlNode,
	string attributeName,
	bool isLowerCase = false
)

Parameters

xmlNode
Type: System.XmlXmlNode
xml节点
attributeName
Type: SystemString
属性名称
isLowerCase (Optional)
Type: SystemBoolean
属性小写

Return Value

Type: String
属性值
See Also