K2FieldList Constructor(WorkflowFormTemplateEditor)
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > K2FieldList Class > K2FieldList Constructor : K2FieldList Constructor(WorkflowFormTemplateEditor)



ftEditor

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal ftEditor As WorkflowFormTemplateEditor _
)
Visual Basic (Usage) Copy Code
Dim ftEditor As WorkflowFormTemplateEditor
 
Dim instance As New K2FieldList(ftEditor)
C#  
public K2FieldList( 
   WorkflowFormTemplateEditor ftEditor
)
C++/CLI  
public:
K2FieldList( 
   WorkflowFormTemplateEditor^ ftEditor
)

Parameters

ftEditor

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