Click or drag to resize

contentBlockItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the Object with the specified child name.

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public Object this[
	string childName
] { get; }

Parameters

childName
Type: SystemString
Name of the child.

Property Value

Type: Object
The Object.

Return Value

Type: Object

Implements

IObjectWithChildSelector.Item
See Also