UpdateAllTaskEventStartActionFields Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > SharedHelper Class : UpdateAllTaskEventStartActionFields Method



sharePointEventItem

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub UpdateAllTaskEventStartActionFields( _
   ByVal sharePointEventItem As SharePointEventItem _
) 
Visual Basic (Usage) Copy Code
Dim sharePointEventItem As SharePointEventItem
 
SharedHelper.UpdateAllTaskEventStartActionFields(sharePointEventItem)
C#  
public static void UpdateAllTaskEventStartActionFields( 
   SharePointEventItem sharePointEventItem
)
C++/CLI  
public:
static void UpdateAllTaskEventStartActionFields( 
   SharePointEventItem^ sharePointEventItem
) 

Parameters

sharePointEventItem

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