Click or drag to resize

PFItemExternalConnection_GetExternalData Method

Externals the connection_ get external data.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalData ExternalConnection_GetExternalData(
	bool includeAllValues = false
)

Parameters

includeAllValues (Optional)
Type: SystemBoolean
If true, the returned data will not be limited to the connection's bindings but will contain all values available in the target.

Return Value

Type: PFExternalData
PFExternalData or null if IsSynchronizedWithAnExternalSource is false.
See Also