Click or drag to resize

nodeTreegetBlocks Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Splits the page content into targetBlockCount number of blocks using heuristic algorithm of SM-Crawlers

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public nodeBlockCollection getBlocks(
	int targetBlockCount = 3
)

Parameters

targetBlockCount (Optional)
Type: SystemInt32
The target block count.

Return Value

Type: nodeBlockCollection

[Missing <returns> documentation for "M:imbCommonModels.contentBlock.nodeTree.getBlocks(System.Int32)"]

See Also