GetFieldFromEnvironment Method
See Also 
SourceCode.Workflow.Design Namespace > DesignHelper Class : GetFieldFromEnvironment Method



fieldType
name

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GetFieldFromEnvironment( _
   ByVal fieldType As Type, _
   ByVal name As String _
) As K2Field
Visual Basic (Usage) Copy Code
Dim fieldType As Type
Dim name As String
Dim value As K2Field
 
value = DesignHelper.GetFieldFromEnvironment(fieldType, name)
C#  
public static K2Field GetFieldFromEnvironment( 
   Type fieldType,
   string name
)
C++/CLI  
public:
static K2Field^ GetFieldFromEnvironment( 
   Type^ fieldType,
   String^ name
) 

Parameters

fieldType
name

Requirements

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

See Also