 | 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)
Syntaxpublic bool isChild(
string xPath
)
Parameters
- xPath
- Type: SystemString
The xPath of node queried for
Return Value
Type:
Booleantrue if the specified x path is child; otherwise,
false.
See Also