Click or drag to resize

IDataNodeFindDescendant Method

Returns the descendant node at the specified path.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
IDataNode FindDescendant(
	string path
)

Parameters

path
Type: SystemString
Path to return node for.

Return Value

Type: IDataNode
Descendant node at the specified path.
See Also