Visual Basic (Declaration) | |
---|---|
Public Function HasDestinationField( _ ByVal field As K2FieldPart, _ ByVal direction As SourceCode.Workflow.Common.IPC.DataDirections _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IPCFieldMappingCollection Dim field As K2FieldPart Dim direction As SourceCode.Workflow.Common.IPC.DataDirections Dim value As Boolean value = instance.HasDestinationField(field, direction) |
C# | |
---|---|
public bool HasDestinationField( K2FieldPart field, SourceCode.Workflow.Common.IPC.DataDirections direction ) |
C++/CLI | |
---|---|
public: bool HasDestinationField( K2FieldPart^ field, SourceCode.Workflow.Common.IPC.DataDirections direction ) |
Parameters
- field
- direction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2