Click or drag to resize

blockRegistryGetBlockList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the block list.

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public List<nodeBlock> GetBlockList(
	bool onlySerbian = false
)

Parameters

onlySerbian (Optional)
Type: SystemBoolean

[Missing <param name="onlySerbian"/> documentation for "M:imbCommonModels.contentBlock.blockRegistry.GetBlockList(System.Boolean)"]

Return Value

Type: ListnodeBlock

[Missing <returns> documentation for "M:imbCommonModels.contentBlock.blockRegistry.GetBlockList(System.Boolean)"]

See Also