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



fieldType

Glossary Item Box

Syntax

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

Parameters

fieldType

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