Click or drag to resize

imbGraphExtensionsgetChildByPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Get member by resolving relative or absolute path over shead starting object.

Namespace:  imbSCI.Data
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static IObjectWithChildSelector getChildByPath(
	this IObjectWithChildSelector shead,
	string path
)
Request Example View Source

Parameters

shead
Type: imbSCI.Data.interfacesIObjectWithChildSelector
Start head - object to start from
path
Type: SystemString
The path: accepts go to parent syntax.

Return Value

Type: IObjectWithChildSelector

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IObjectWithChildSelector. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ExceptiongetChild() STACK OVERFLOW [".o(c).a("] metaContentBase")
Remarks
Path supports: absolute (starts with PATHSPLITER, go to parent .., ordinal selectors [1] and sequential child name selection
See Also