Click or drag to resize

PFAdminExternalConnectionOperationResultFeedData Method

Feeds the data table html given external data and bindings.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void FeedData(
	IEnumerable<PFExternalData> data,
	IEnumerable<PFExternalConnection_Binding> bindings
)

Parameters

data
Type: System.Collections.GenericIEnumerablePFExternalData
The data.
bindings
Type: System.Collections.GenericIEnumerablePFExternalConnection_Binding
The bindings.
See Also