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 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:
PFExternalDataPFExternalData or null if IsSynchronizedWithAnExternalSource is false.
See Also