Click or drag to resize

webDocumentAppendDataFields Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends its data points into new or existing property collection -- automatically called from webResultBase

Namespace:  imbACE.Network.web.result
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public PropertyCollection AppendDataFields(
	PropertyCollection data = null
)
Request Example View Source

Parameters

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

Return Value

Type: PropertyCollection
Updated or newly created property collection

Implements

IAppendDataFields.AppendDataFields(PropertyCollection)
See Also