CreateSPEventItem Method
See Also 
SourceCode.Workflow.Design.K2Studio Namespace > K2StudioHelper Class : CreateSPEventItem Method



type

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function CreateSPEventItem( _
   ByVal type As String _
) As SPEventItem
Visual Basic (Usage) Copy Code
Dim instance As K2StudioHelper
Dim type As String
Dim value As SPEventItem
 
value = instance.CreateSPEventItem(type)
C#  
public SPEventItem CreateSPEventItem( 
   string type
)
C++/CLI  
public:
SPEventItem^ CreateSPEventItem( 
   String^ type
) 

Parameters

type

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