Click or drag to resize

PFExternalDataGetById Method

Gets an entry by its target (external) field/column id.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalDataEntry GetById(
	string targetId
)

Parameters

targetId
Type: SystemString

Return Value

Type: PFExternalDataEntry
See Also