Click or drag to resize

diagramBuilderSpiderWebbuildModel Method (linknodeBuilder, ListspiderPage, diagramModel)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Builds the link path hierarchy model

Namespace:  imbWEM.Core.crawler.reporting
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static diagramModel buildModel(
	this linknodeBuilder source,
	List<spiderPage> selectedPages,
	diagramModel output = null
)

Parameters

source
Type: linknodeBuilder
The source.
selectedPages
Type: System.Collections.GenericListspiderPage
The selected pages.
output (Optional)
Type: diagramModel
The output.

Return Value

Type: diagramModel

[Missing <returns> documentation for "M:imbWEM.Core.crawler.reporting.diagramBuilderSpiderWeb.buildModel(imbSCI.DataComplex.linknode.linknodeBuilder,System.Collections.Generic.List{imbWEM.Core.crawler.targets.spiderPage},imbSCI.DataComplex.diagram.diagramModel)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type linknodeBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also