Click or drag to resize
TableManagerSelectFieldNode Method
Selects single field node with the specified attribute value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static XmlNode SelectFieldNode(
	XmlNode formNode,
	string attributeName,
	string attributeValue
)

Parameters

formNode
Type: System.XmlXmlNode
Xml node with field nodes representing table columns
attributeName
Type: SystemString
Attribute name of the field node to be selected
attributeValue
Type: SystemString
Attribute value of the field node to be selected

Return Value

Type: XmlNode
See Also