TableManager SelectFieldNode Method Kentico 8.0 API Reference
Selects single field node with the specified attribute value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

formNode
Type: OnlineSystem.Xml XmlNode
Xml node with field nodes representing table columns
attributeName
Type: OnlineSystem String
Attribute name of the field node to be selected
attributeValue
Type: OnlineSystem String
Attribute value of the field node to be selected

Return Value

Type: OnlineXmlNode
See Also