CreateFieldsStartAction(Process,RuntimeFieldCollection) Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > SharedHelper Class > CreateFieldsStartAction Method : CreateFieldsStartAction(Process,RuntimeFieldCollection) Method



process
Fields

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub CreateFieldsStartAction( _
   ByVal process As Process, _
   ByVal Fields As RuntimeFieldCollection _
) 
Visual Basic (Usage) Copy Code
Dim process As Process
Dim Fields As RuntimeFieldCollection
 
SharedHelper.CreateFieldsStartAction(process, Fields)
C#  
public static void CreateFieldsStartAction( 
   Process process,
   RuntimeFieldCollection Fields
)
C++/CLI  
public:
static void CreateFieldsStartAction( 
   Process^ process,
   RuntimeFieldCollection^ Fields
) 

Parameters

process
Fields

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