FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsXDocument..::..XPathSelect Method (XElement, String, String, String)

xes the path select.

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static XElement XPathSelect(
	XElement oElement,
	string xPath,
	string attributeName,
	string attributeValue
)
Public Shared Function XPathSelect ( _
	oElement As XElement, _
	xPath As String, _
	attributeName As String, _
	attributeValue As String _
) As XElement
public:
static XElement^ XPathSelect(
	XElement^ oElement, 
	String^ xPath, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

oElement
Type: XElement
The o element.
xPath
Type: String
The x path.
attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

XElement.