Click or drag to resize

nodeBlockisChild Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Determines whether the specified xPath points to node within this block

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public bool isChild(
	string xPath
)

Parameters

xPath
Type: SystemString
The xPath of node queried for

Return Value

Type: Boolean
true if the specified x path is child; otherwise, false.
See Also