PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Finds and gets node value.

Namespace: Smartsite.FacetedSearch
Assembly:  Smartsite.FacetedSearch (in Smartsite.FacetedSearch.dll)

Syntax

C#Copy imageCopy Code
public string FindAndGetNodeValue(
	 parent,
	string xpath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function FindAndGetNodeValue ( _
	parent As , _
	xpath As  _
) As 

Parameters

parent
XmlNode
The parent.
xpath
String
The xpath.

Return Value

The node value (innertext, trimmed).

See Also

Advanced