Click or drag to resize

spiderWebAppendDataFields Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Appends its data points into new or existing property collection

Namespace:  imbWEM.Core.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public PropertyCollection AppendDataFields(
	PropertyCollection data = null
)

Parameters

data (Optional)
Type: System.DataPropertyCollection
Property collection to add data into

Return Value

Type: PropertyCollection
Updated or newly created property collection
See Also